Reviewers: Hannes Payer,

Message:
Committed patchset #1 manually as r19802 (tree was closed).

Description:
Revert "Enable concurrent sweeping."

This reverts commit r19792 for breaking ARM tests.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=19802

Please review this at https://codereview.chromium.org/194553003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M src/flag-definitions.h


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index b66abb0ef5551ec0ffa54b1d2395f1cba422d3d2..a882d03b23a328d12e4b7130ab79c70e090fb6f8 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -524,8 +524,8 @@ DEFINE_bool(trace_incremental_marking, false,
             "trace progress of the incremental marking")
 DEFINE_bool(track_gc_object_stats, false,
             "track object counts and memory usage")
-DEFINE_bool(parallel_sweeping, false, "enable parallel sweeping")
-DEFINE_bool(concurrent_sweeping, true, "enable concurrent sweeping")
+DEFINE_bool(parallel_sweeping, true, "enable parallel sweeping")
+DEFINE_bool(concurrent_sweeping, false, "enable concurrent sweeping")
 DEFINE_int(sweeper_threads, 0,
            "number of parallel and concurrent sweeping threads")
 DEFINE_bool(job_based_sweeping, false, "enable job based sweeping")


--
--
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/d/optout.

Reply via email to