DescriptionImprove keyed loads on strings by using a new stub.
Instead of going through a runtime function for keyed loads
on strings we invoke a separate specialized stub that
assumes string as receiver type and the key to be a number.
The stub calls a JS builtin function to return the corresponding one-character string.
Committed: http://code.google.com/p/v8/source/detail?r=3556
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #Patch Set 4 : '' #Patch Set 5 : '' #
Total comments: 7
Patch Set 6 : '' #
Messages
Total messages: 4 (0 generated)
|