DescriptionDo not create a SharedFunctionInfo for closures on each recompilation.
Unoptimized code should already keep a reference to the SharedFunctionInfo,
let's use it instead of allocating a new object and prohibiting SharedFunctionInfo
specific optimizations.
Committed: http://code.google.com/p/v8/source/detail?r=7467
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|