<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>72347</bug_id>
          
          <creation_ts>2011-11-14 20:14:04 -0800</creation_ts>
          <short_desc>DFG should support deep OSR</short_desc>
          <delta_ts>2011-11-15 16:56:19 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>72348</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Filip Pizlo">fpizlo</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>502599</commentid>
    <comment_count>0</comment_count>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2011-11-14 20:14:04 -0800</bug_when>
    <thetext>The runtime may realize that any further execution of a code block optimized by the DFG is impossible.  We can make this work by jettisoning the code block and performing OSR even though the code block could be in use by any number of stack frames beneath the current one.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>503451</commentid>
    <comment_count>1</comment_count>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2011-11-15 16:56:15 -0800</bug_when>
    <thetext>I originally posted this because I thought it would block https://bugs.webkit.org/show_bug.cgi?id=72312.  But I&apos;ve decided that the best way to do this is to avoid deep OSR altogether.  Closing unless we find another reason why we need to do this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>