• mlippautz's avatar
    Move kMaxRegularHeapObjectSize into globals · 059b5643
    mlippautz authored
    This way we avoid the cyclic dependency between objects.h and heap.h and still
    have one definition. Add a static assert that this size is indeed smaller than
    the payload of a page.
    
    Follow ups can finally remove the dependency on spaces.h for all heap.h users.
    
    R=ulan@chromium.org,bmeurer@chromium.org,vogelheim@chromium.og
    
    Review-Url: https://codereview.chromium.org/2311203002
    Cr-Commit-Position: refs/heads/master@{#39206}
    059b5643
Name
Last commit
Last update
..
DEPS Loading commit data...
OWNERS Loading commit data...
code-serializer.cc Loading commit data...
code-serializer.h Loading commit data...
deserializer.cc Loading commit data...
deserializer.h Loading commit data...
mksnapshot.cc Loading commit data...
natives-common.cc Loading commit data...
natives-external.cc Loading commit data...
natives.h Loading commit data...
partial-serializer.cc Loading commit data...
partial-serializer.h Loading commit data...
serializer-common.cc Loading commit data...
serializer-common.h Loading commit data...
serializer.cc Loading commit data...
serializer.h Loading commit data...
snapshot-common.cc Loading commit data...
snapshot-empty.cc Loading commit data...
snapshot-external.cc Loading commit data...
snapshot-source-sink.cc Loading commit data...
snapshot-source-sink.h Loading commit data...
snapshot.h Loading commit data...
startup-serializer.cc Loading commit data...
startup-serializer.h Loading commit data...