Sorry, I'm sure this has been discussed before but I couldn't find the answer. If I understand correctly, it's possible to inline things like Math.abs. How exactly does that work if later on some other code overwrites Math.abs? Is there some guard in the generated code or some sort of barrier upon overwriting Math.abs that expires the code?
Thanks! -- -- 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.
