Added comments
https://codereview.chromium.org/16341004/diff/1/src/ia32/lithium-codegen-ia32.cc
File src/ia32/lithium-codegen-ia32.cc (right):
https://codereview.chromium.org/16341004/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode4219
src/ia32/lithium-codegen-ia32.cc:4219: __ mov(ebx,
instr->hydrogen()->property_cell());
ebx and ecx below should be TempRegisters I presume? Does this work?
https://codereview.chromium.org/16341004/diff/1/test/mjsunit/regress/regress-crbug-245480.js
File test/mjsunit/regress/regress-crbug-245480.js (right):
https://codereview.chromium.org/16341004/diff/1/test/mjsunit/regress/regress-crbug-245480.js#newcode1
test/mjsunit/regress/regress-crbug-245480.js:1: // Copyright 2012 the V8
project authors. All rights reserved.
2013
https://codereview.chromium.org/16341004/diff/1/test/mjsunit/regress/regress-crbug-245480.js#newcode123
test/mjsunit/regress/regress-crbug-245480.js:123:
%OptimizeFunctionOnNextCall(f);
You can remove this line I presume, since you are optimizing the wrong
function.
https://codereview.chromium.org/16341004/
--
--
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.