https://codereview.chromium.org/22833002/diff/1/src/compiler.cc
File src/compiler.cc (right):

https://codereview.chromium.org/22833002/diff/1/src/compiler.cc#newcode963
src/compiler.cc:963: } else {
We need to info->AbortOptimization() here if the mode was not BASE or
NONOPT. Uggh, what a mess.

https://codereview.chromium.org/22833002/diff/1/src/compiler.cc#newcode1023
src/compiler.cc:1023: isolate->clear_pending_exception();
I think we need a info->AbortOptimization() here.

https://codereview.chromium.org/22833002/diff/1/test/mjsunit/regress/regress-map-invalidation-1.js
File test/mjsunit/regress/regress-map-invalidation-1.js (right):

https://codereview.chromium.org/22833002/diff/1/test/mjsunit/regress/regress-map-invalidation-1.js#newcode39
test/mjsunit/regress/regress-map-invalidation-1.js:39: for (var i = 0; i
< 100000; i++) {
Are you trying to force an OSR here?

https://codereview.chromium.org/22833002/

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