https://codereview.chromium.org/979173002/diff/40001/src/compiler/ast-graph-builder.cc
File src/compiler/ast-graph-builder.cc (right):
https://codereview.chromium.org/979173002/diff/40001/src/compiler/ast-graph-builder.cc#newcode2825
src/compiler/ast-graph-builder.cc:2825: jsgraph()->ZeroConstant());
This is probably wrong for the generic pipeline and only works because
Smi 0 and intptr_t 0 is currently identical. You should use
IntPtrConstant(0) instead.
https://codereview.chromium.org/979173002/diff/40001/src/compiler/ast-graph-builder.cc#newcode2834
src/compiler/ast-graph-builder.cc:2834: jsgraph()->ZeroConstant(),
value);
Same here.
https://codereview.chromium.org/979173002/
--
--
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/d/optout.