DescriptionSpeed up CalledAsConstructor.
Changed CalledAsConstructor to process the raw runtime stack directly,
rather than using a StackFrameIterator. Using an interator turns out
to be quite expensive and the vast majority of the work done is not
relevant to deciding if we've been called as a constructor.
This speeds up getElementById by ~13%.
Committed: http://code.google.com/p/v8/source/detail?r=2578
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|