Comment #2 on issue 3108 by [email protected]:
LCodeGen::DoForInCacheArray() have different deopt conditions on different
archs
https://code.google.com/p/v8/issues/detail?id=3108
The deopt test still differ for the x64 arch.
From a very quick look at the commit, it looks like the field is set to
Smi(0) if it is invalid, and to an array (so non-smi) if valid. If that's
the case it may have been implemented this way because the `testb`
instruction used for CheckSmi is more efficient than a `test reg, reg`.
--
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/d/optout.