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