Status: Accepted
Owner: ----
CC: [email protected], [email protected], [email protected],
[email protected], [email protected]
Labels: Type-Bug Priority-Medium
New issue 3149 by [email protected]: A64: lithium codegen should always
use the W registers when referring to 32 bit integers
http://code.google.com/p/v8/issues/detail?id=3149
The code generated for mjsunit/sin-cos in debug mode currently clobbers the
upper 32bit of the result register of the truncate-double-to-int-or-smi
step.
This causes a subsequent bounds-check step to fail. When I fix this step,
the subsequent load-keyed-external step crashes, because it uses the X
register as index (consisting of the actual index in the W part, and the
clobbered value in the upper 32 bit).
It appears that the invariant (32bit integer is always accessed via W
registers) doesn't hold everywhere.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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.