>From a google v8 video, I heard that the simulate instruction is for the de-optimization. I went through the code and found out there is AddSimulate() appearing in the BasicBlock, GraphBuilder, and CodeStubGraphBuilder, etc., while FinishExitWithDeoptimize() in the OptimizedGraphBuilder.
My feeling is that maybe AddSimulate() is like a setLongJump(); while FinishExitWithDeoptimize() will do a longJump(). Is this feeling correct? How the de-optimization stuff work? What about IC related to de-optimization? Thanks very much. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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/groups/opt_out.
