Current implementation stores all the registers used as parameters before the call, then restores after the call. If it's a turbofan call, we may get a chance to tell the register allocated that the registers as parameters get clobbered. That may generate better code. And that's what I have done in my llvm turbofan compiler.
-- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/d41fc761-0580-4345-aa36-962d2ab6c49e%40googlegroups.com.
