Updates:
Owner: [email protected]
Comment #4 on issue 2365 by [email protected]: Comparing with a local
variable that is never assigned to is slow
https://code.google.com/p/v8/issues/detail?id=2365
This is a performance bug in CrankShaft. There is a special case for
comparing with literals that generates special code if the right hand side
is a literal. It should use the SSA value, which is known to be the
undefined value.
Relevant code in HOptimizedGraphBuilder::VisitCompareOperation
(hydrogen.cc:11087).
--
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.