Thanks for comments Erik, I created a new ONE_PER_CODE_SPACE
http://codereview.chromium.org/3156028/diff/23001/24014 File src/serialize.cc (right): http://codereview.chromium.org/3156028/diff/23001/24014#newcode866 src/serialize.cc:866: ONE_PER_SPACE(kNewObject, kPlain, kFirstInstruction) On 2010/08/19 11:14:59, Erik Corry wrote:
It's a bit wasteful in terms of V8's exe size to have a case per space
here when
only two spaces can be involved (code and large code). Might be worth
trying
ALL_SPACES instead or if that impacts startup speed making a new ONE_PER_CODE_SPACE.
Done. http://codereview.chromium.org/3156028/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
