Ignore:
Timestamp:
Mar 27, 2012, 2:54:40 PM (13 years ago)
Author:
[email protected]
Message:

DFG OSR exit should not generate an exit for variables of inlinees if the
inlinees are not in scope
https://bugs.webkit.org/show_bug.cgi?id=82312

Reviewed by Oliver Hunt.

  • bytecode/CodeBlock.h:

(JSC::baselineCodeBlockForInlineCallFrame):
(JSC):
(JSC::baselineCodeBlockForOriginAndBaselineCodeBlock):

  • dfg/DFGOSRExit.cpp:

(JSC::DFG::computeNumVariablesForCodeOrigin):
(DFG):
(JSC::DFG::OSRExit::OSRExit):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r112313 r112320  
     12012-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
    1182012-03-27  Matt Lilek  <[email protected]>
    219
Note: See TracChangeset for help on using the changeset viewer.