Revision: 18855
Author:   [email protected]
Date:     Mon Jan 27 14:37:22 2014 UTC
Log:      Enable concurrent sweeping.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/146833012
http://code.google.com/p/v8/source/detail?r=18855

Modified:
 /branches/bleeding_edge/src/flag-definitions.h
 /branches/bleeding_edge/test/mjsunit/mjsunit.status

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed Jan 22 13:48:05 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Mon Jan 27 14:37:22 2014 UTC
@@ -527,8 +527,8 @@
             "trace progress of the incremental marking")
 DEFINE_bool(track_gc_object_stats, false,
             "track object counts and memory usage")
-DEFINE_bool(parallel_sweeping, true, "enable parallel sweeping")
-DEFINE_bool(concurrent_sweeping, false, "enable concurrent sweeping")
+DEFINE_bool(parallel_sweeping, false, "enable parallel sweeping")
+DEFINE_bool(concurrent_sweeping, true, "enable concurrent sweeping")
 DEFINE_int(sweeper_threads, 0,
            "number of parallel and concurrent sweeping threads")
 #ifdef VERIFY_HEAP
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Fri Jan 24 11:36:45 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Mon Jan 27 14:37:22 2014 UTC
@@ -35,6 +35,9 @@
   # BUG(v8:2921).
   'debug-step-4-in-frame': [PASS, FAIL, SLOW],

+  # TODO(mvstanton): Investigate.
+  'regress/regress-320948.js': [PASS, FAIL, FLAKY],
+
##############################################################################
   # Fails.
   'regress/regress-1119': [FAIL],

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to