dbc
https://chromiumcodereview.appspot.com/22152003/diff/35001/src/arm/lithium-codegen-arm.cc
File src/arm/lithium-codegen-arm.cc (right):
https://chromiumcodereview.appspot.com/22152003/diff/35001/src/arm/lithium-codegen-arm.cc#newcode2161
src/arm/lithium-codegen-arm.cc:2161: void
LCodeGen::EmitFalseBranch(InstrType instr, Condition cc) {
cc is actually a valid ARM condition code (carry clear) it would be
better to use another name.
https://chromiumcodereview.appspot.com/22152003/diff/35001/src/arm/lithium-codegen-arm.cc#newcode2426
src/arm/lithium-codegen-arm.cc:2426: __ mov(ip,
Operand(Handle<Object>(cell)));
Shouldn't this be: mov(ip, factory()->the_hole_value());
if you allocate a new cell then the comparison will always fails no?
https://chromiumcodereview.appspot.com/22152003/
--
--
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.