Skip to content

Commit 493aa23

Browse files
mlippautzCommit bot
authored andcommitted
Re-enable left trimming.
LOG=N BUG=v8:4606 [email protected] Review URL: https://codereview.chromium.org/1572513002 Cr-Commit-Position: refs/heads/master@{#33168}
1 parent 50e1e75 commit 493aa23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flag-definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ DEFINE_IMPLICATION(trace_detached_contexts, track_detached_contexts)
704704
#ifdef VERIFY_HEAP
705705
DEFINE_BOOL(verify_heap, false, "verify heap pointers before and after GC")
706706
#endif
707-
DEFINE_BOOL(move_object_start, false, "enable moving of object starts")
707+
DEFINE_BOOL(move_object_start, true, "enable moving of object starts")
708708
DEFINE_BOOL(memory_reducer, true, "use memory reducer")
709709
DEFINE_BOOL(scavenge_reclaim_unmodified_objects, false,
710710
"remove unmodified and unreferenced objects")

0 commit comments

Comments
 (0)