Comments addressed.
https://codereview.chromium.org/22819011/diff/3001/src/mips/lithium-mips.cc
File src/mips/lithium-mips.cc (right):
https://codereview.chromium.org/22819011/diff/3001/src/mips/lithium-mips.cc#newcode2364
src/mips/lithium-mips.cc:2364: HEnvironment* env =
current_block_->last_environment();
On 2013/08/26 11:27:24, titzer wrote:
Can we factor out this code to a platform-independent helper, maybe in
a static
method on the HEscapeAnalysisPhase class?
Done. I moved it into a static helper on HCapturedObject.
https://codereview.chromium.org/22819011/diff/3001/test/mjsunit/compiler/escape-analysis.js
File test/mjsunit/compiler/escape-analysis.js (right):
https://codereview.chromium.org/22819011/diff/3001/test/mjsunit/compiler/escape-analysis.js#newcode137
test/mjsunit/compiler/escape-analysis.js:137: // Test deoptimization
with captured objects on operand stack.
On 2013/08/26 11:27:24, titzer wrote:
Do we need to test modifications of the captured objects between
assertions here
as well?
Done. I added modifications of fields after the deopt point and also
added more checking of the values after deopt.
https://codereview.chromium.org/22819011/
--
--
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.