On 2015/04/27 14:32:19, rossberg wrote:
On 2015/04/27 14:02:49, arv wrote:
> Do you want to add tests for *=, /= etc?

+1. Also ++ and --.

I fell down a rabbit hole today trying to discover how to make ++ and -- work.
It appears that in the platform specific assembly (full codegen), an inlined
call to ToNumber on the argument is inserted wherever a ++ or -- occurs, before
the stub is invoked (if at all). This behaviour is also duplicated across
various other bits of optimising code, so getting the change right might be
horrible, and definitely deserves its own CL. I'm going to finish the other ops
first before going after it.

https://codereview.chromium.org/1102923002/

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