https://codereview.chromium.org/1024823002/diff/20001/src/heap/mark-compact.cc
File src/heap/mark-compact.cc (right):

https://codereview.chromium.org/1024823002/diff/20001/src/heap/mark-compact.cc#newcode648
src/heap/mark-compact.cc:648: static const int
kMaxMaxEvacuationCandidates = 10000;
Does this help? I think 1000 pages (1GB) should be enough.

https://codereview.chromium.org/1024823002/diff/20001/src/heap/mark-compact.cc#newcode3062
src/heap/mark-compact.cc:3062: if (space->HasEmergencyMemory() ||
space->CanExpand()) {
Good catch!

https://codereview.chromium.org/1024823002/diff/20001/src/hydrogen.cc
File src/hydrogen.cc (right):

https://codereview.chromium.org/1024823002/diff/20001/src/hydrogen.cc#newcode3359
src/hydrogen.cc:3359: function_state_ = &initial_function_state_;
Nit: this probably belongs to another CL, but I am fine with landing it
here.

https://codereview.chromium.org/1024823002/diff/20001/test/mjsunit/regress/regress-3976.js
File test/mjsunit/regress/regress-3976.js (right):

https://codereview.chromium.org/1024823002/diff/20001/test/mjsunit/regress/regress-3976.js#newcode28
test/mjsunit/regress/regress-3976.js:28: table = [];
Can we get faster test by setting max_old_space_size to lower value and
decreasing 1000000 below?

https://codereview.chromium.org/1024823002/

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