Changeset 193674 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Dec 7, 2015, 4:31:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r193649 r193674 3710 3710 3711 3711 CodeBlock* theReplacement = replacement(); 3712 3713 // If our replacement is baseline code, the debugger has probably attached and recompiled the function.3714 // No threshold to change.3715 if ((result == CompilationSuccessful) && (theReplacement->jitType() == JITCode::BaselineJIT))3716 return;3717 3718 3712 if ((result == CompilationSuccessful) != (theReplacement != this)) { 3719 3713 dataLog(*this, ": we have result = ", result, " but ");
Note:
See TracChangeset
for help on using the changeset viewer.