Add a little bit of TF support

I admittedly have no idea what I'm doing here, but this change seems to make
things work with --always-opt --turbo-filter=* in strict mode. Unfortunately,
sloppy mode is terribly broken (lines like `[].slice.call(arguments)` in
conjunction with rest params seem to cause issues in sloppy mode when optimized,
as well as just creating sloppy arguments themselves).

So, it's a good start, still trying to figure that out :< some pointers would be
great, because it's not even clear from reading the code how
BuildArgumentsObject() and the similar method for building rest parameters even
end up in the graph.

https://codereview.chromium.org/816913003/

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