Changeset 94616 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Sep 6, 2011, 4:36:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r94559 r94616 1868 1868 } 1869 1869 1870 #if ENABLE(JIT) 1870 1871 // FIXME: Implement OSR. If compileOptimized() is called from somewhere other than the 1871 1872 // epilogue, do OSR from the old code block to the new one. … … 1925 1926 return error; 1926 1927 } 1928 #endif 1927 1929 1928 1930 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.