Changeset 112320 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Mar 27, 2012, 2:54:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r112313 r112320 1 2012-03-27 Filip Pizlo <[email protected]> 2 3 DFG OSR exit should not generate an exit for variables of inlinees if the 4 inlinees are not in scope 5 https://bugs.webkit.org/show_bug.cgi?id=82312 6 7 Reviewed by Oliver Hunt. 8 9 * bytecode/CodeBlock.h: 10 (JSC::baselineCodeBlockForInlineCallFrame): 11 (JSC): 12 (JSC::baselineCodeBlockForOriginAndBaselineCodeBlock): 13 * dfg/DFGOSRExit.cpp: 14 (JSC::DFG::computeNumVariablesForCodeOrigin): 15 (DFG): 16 (JSC::DFG::OSRExit::OSRExit): 17 1 18 2012-03-27 Matt Lilek <[email protected]> 2 19
Note:
See TracChangeset
for help on using the changeset viewer.