Descriptionfix some names in compare nil ic
The compare nil ic introduces a mechanism called lightweight miss. The
idea is to insert a direct call to the miss handler instead of going
through the deopt routine. This can be use for uninitialized stubs, to
directly jump to the runtime.
This cl
1. Cleans up naming
2. localizes the lightweight miss functionality on the only user (compare nil ic)
3. fixes DoCodegen, to actually call the correct method (uninitialized vs initialized)
BUG=
R=verwaest@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=14798
Patch Set 1 : #
Total comments: 1
Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 3 (0 generated)
|