<?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>116888</bug_id>
          
          <creation_ts>2013-05-28 14:35:40 -0700</creation_ts>
          <short_desc>JSC Should use the C Stack for JIT code</short_desc>
          <delta_ts>2014-01-27 15:38:10 -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>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>126394</dependson>
    
    <dependson>116889</dependson>
    
    <dependson>117102</dependson>
    
    <dependson>117719</dependson>
    
    <dependson>118482</dependson>
    
    <dependson>118758</dependson>
    
    <dependson>121732</dependson>
    
    <dependson>121756</dependson>
    
    <dependson>122231</dependson>
    
    <dependson>122244</dependson>
    
    <dependson>123037</dependson>
    
    <dependson>123182</dependson>
    
    <dependson>123642</dependson>
    
    <dependson>123844</dependson>
    
    <dependson>123956</dependson>
    
    <dependson>123999</dependson>
    
    <dependson>124251</dependson>
    
    <dependson>124361</dependson>
    
    <dependson>124420</dependson>
    
    <dependson>124481</dependson>
    
    <dependson>124634</dependson>
    
    <dependson>124735</dependson>
    
    <dependson>124754</dependson>
    
    <dependson>124756</dependson>
    
    <dependson>124793</dependson>
    
    <dependson>125331</dependson>
    
    <dependson>126387</dependson>
    
    <dependson>126409</dependson>
    
    <dependson>126590</dependson>
    
    <dependson>126781</dependson>
          <blocked>113621</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Saboff">msaboff</reporter>
          <assigned_to name="Michael Saboff">msaboff</assigned_to>
          <cc>fpizlo</cc>
    
    <cc>ggaren</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>894521</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2013-05-28 14:35:40 -0700</bug_when>
    <thetext>Currently the llint, and the baseline and DFG JITs use a separate call stack.  That stack also grows up, opposite to the C call stack.  To use LLVM, we need to migrate to use the C stack.  Since we OSR exit across JIT&apos;s and llint, all execution engines need to use the common C stack.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>935463</commentid>
    <comment_count>1</comment_count>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2013-10-02 11:37:48 -0700</bug_when>
    <thetext>&lt;rdar://problem/15133588&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>972617</commentid>
    <comment_count>2</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2014-01-27 15:38:10 -0800</bug_when>
    <thetext>This task is complete. The next step is to merge the code back to trunk: &lt;rdar://problem/15904077&gt;.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>