DescriptionFix wrong assert in ia32 deoptimizer.
In revision 6795 I introduced an assertion in the deoptimizer that was
wrong. We check that curr_address - prev_address > patch_size(), but
prev_address is actually the address right after the last patched
call, so we just need to be larger than or equal to prev_address.
Committed: http://code.google.com/p/v8/source/detail?r=6797
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|