One more comment.
http://codereview.chromium.org/10807024/diff/1102/src/compiler.cc File src/compiler.cc (right): http://codereview.chromium.org/10807024/diff/1102/src/compiler.cc#newcode824 src/compiler.cc:824: ASSERT(!closure->IsInRecompileQueue()); As discussed, this should probably be a real check (return if already being optimized) instead of an assertion. http://codereview.chromium.org/10807024/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
