Updates:
        Status: Accepted

Comment #2 on issue 1588 by [email protected]: IC generates bad code for certain ARM variants
http://code.google.com/p/v8/issues/detail?id=1588

Good point. A more recent edition of the ARM-ARM explicitly deprecates storing r15 (a.k.a. pc) in conjuction with STR/STM. So instead of emitting a nop, we should better fix all STR/STM instructions trying to store r15 (a quick grep showed only 3 places).

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to