DescriptionSimple support for const variables in Crankshaft.
The approach is to handle the common case in the optimizing
compiler and to bailout for the rare corner cases.
This is done by initializing all local const-variables with
the hole value and disallowing any use of the hole value statically.
Committed: http://code.google.com/p/v8/source/detail?r=8104
Patch Set 1 #Patch Set 2 : fixed lintos #Patch Set 3 : '' #Patch Set 4 : '' #
Total comments: 8
Patch Set 5 : '' #
Total comments: 10
Patch Set 6 : '' #
Total comments: 1
Messages
Total messages: 8 (0 generated)
|