Hi Rodolph,

thanks for the DBC!
I have an inline question.


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) {
I used the same signature as the function above (EmitBranch). Do you
suggest to change that as well?

On 2013/08/13 15:08:14, Rodolph Perfetta wrote:
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)));
Makes a lot of sense. Wrongly copy pasted from below.

On 2013/08/13 15:08:14, Rodolph Perfetta wrote:
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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to