Indeed, there a bug in the current implementation.
Could you please reupload your tests with a fix?
One possible fix would be to replace:
sub(length, length, Operand(1), SetCC);
b(ne, &byte_loop_1);
// Copy bytes in word size chunks.
bind(&word_loop);
with
sub(length, length, Operand(1), SetCC);
b(ne, &align_loop_1);
// Copy bytes in word size chunks.
bind(&word_loop);
And remove the unused aligh_loop label.
https://codereview.chromium.org/23480027/
--
--
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.