http://codereview.chromium.org/8520006/diff/17001/src/code-stubs.cc
File src/code-stubs.cc (right):

http://codereview.chromium.org/8520006/diff/17001/src/code-stubs.cc#newcode105
src/code-stubs.cc:105: if (use_special_cache || !FindCodeInCache(&code))
{

And then include the compilation code starting with the HandleScope,
obviously.

http://codereview.chromium.org/8520006/diff/17001/src/ia32/code-stubs-ia32.cc
File src/ia32/code-stubs-ia32.cc (right):

http://codereview.chromium.org/8520006/diff/17001/src/ia32/code-stubs-ia32.cc#newcode6524
src/ia32/code-stubs-ia32.cc:6524: __ pop(ecx);
Actually, that code has a bug.  You need lea before popping to restore
eax.

http://codereview.chromium.org/8520006/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to