Comment #3 on issue 4388 by [email protected]: TurboFan AST graph builder is missing a phi in switch statements
https://code.google.com/p/v8/issues/detail?id=4388

Re #2: That is only for expr->is_compound(), there are no compound assignments in your example. VisitAssignment will not do a variable load for normal assignments. So again, what is expected to throw in your example? The assignment of "x = 2" or the load in "print(x)"?

--
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.

Reply via email to