On 2013/11/06 10:06:36, Benedikt Meurer wrote:
https://codereview.chromium.org/57383004/diff/110001/src/ia32/lithium-ia32.cc
File src/ia32/lithium-ia32.cc (right):
https://codereview.chromium.org/57383004/diff/110001/src/ia32/lithium-ia32.cc#newcode1880
src/ia32/lithium-ia32.cc:1880: ? UseFixedOrConstant(instr->value(), eax)
On 2013/11/06 09:55:09, Yang wrote:
> Why does this have to be fixed to eax, why not UseRegisterOrConstant?
Because mov_b() requires a byte register.
https://codereview.chromium.org/57383004/diff/110001/test/mjsunit/string-natives.js
File test/mjsunit/string-natives.js (right):
https://codereview.chromium.org/57383004/diff/110001/test/mjsunit/string-natives.js#newcode45
test/mjsunit/string-natives.js:45:
assertEquals("AAAAAAAAAAAAAAAAAAAAAAAAAB",
s2);
On 2013/11/06 09:55:09, Yang wrote:
> Please also add a test that tests non-latin1 characters and where the
character
> being set is not a constant.
That's done below with s3 already.
lgtm.
https://codereview.chromium.org/57383004/
--
--
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.