Revision: 14986
Author:   [email protected]
Date:     Thu Jun  6 08:32:39 2013
Log:      Do not GC prior to every parallel recompile.

[email protected]
BUG=

Review URL: https://chromiumcodereview.appspot.com/16410005
http://code.google.com/p/v8/source/detail?r=14986

Modified:
 /branches/bleeding_edge/src/compiler.cc

=======================================
--- /branches/bleeding_edge/src/compiler.cc     Wed Jun  5 01:43:25 2013
+++ /branches/bleeding_edge/src/compiler.cc     Thu Jun  6 08:32:39 2013
@@ -950,9 +950,6 @@
         if (status == OptimizingCompiler::SUCCEEDED) {
           info.Detach();
           shared->code()->set_profiler_ticks(0);
-          // Do a scavenge to put off the next scavenge as far as possible.
-          // This may ease the issue that GVN blocks the next scavenge.
-          isolate->heap()->CollectGarbage(NEW_SPACE, "parallel recompile");
isolate->optimizing_compiler_thread()->QueueForOptimization(compiler);
         } else if (status == OptimizingCompiler::BAILED_OUT) {
           isolate->clear_pending_exception();

--
--
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