<?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>270971</bug_id>
          
          <creation_ts>2024-03-14 05:26:29 -0700</creation_ts>
          <short_desc>Unpredictable temporary selection in offlineasm</short_desc>
          <delta_ts>2024-05-16 01:53:34 -0700</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>WebKit 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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Max Rottenkolber">maximilian</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>justin_michaud</cc>
    
    <cc>keith_miller</cc>
    
    <cc>mark.lam</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2020988</commentid>
    <comment_count>0</comment_count>
    <who name="Max Rottenkolber">maximilian</who>
    <bug_when>2024-03-14 05:26:29 -0700</bug_when>
    <thetext>assignRegistersToTemporaries reverses its freeRegisters stack in each iteration,
leading to somewhat unpredictable assignment of scratch registers.

This goes against the inline documentation for scratch register allocation:

# These are allocated from the end. Use the low order r6 first, ast it&apos;s often
# cheaper to encode. r12 and r9 are equivalent, but r9 conflicts with t7, so r9
# only as last resort.

So for example the following unstable expansions occur (on armv7):

leap (x), t7 -&gt; globaladdr x, r9, r12
leap (x), t7 -&gt; globaladdr x, r9, r9
leap (x), t7 -&gt; globaladdr x, r9, r12

We should maintain the freeRegisters stack order across iterations to ensure
temp/scratch priority is respected.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2021110</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2024-03-14 13:32:58 -0700</bug_when>
    <thetext>FWIW, the &quot;inline documentation&quot; that Max quoted is specific to 32-bit arm i.e. armv7 only.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2022712</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-03-21 05:27:13 -0700</bug_when>
    <thetext>&lt;rdar://problem/125161316&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2035731</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-05-16 01:53:32 -0700</bug_when>
    <thetext>Committed 278856@main (4a07711b9554): &lt;https://commits.webkit.org/278856@main&gt;

Reviewed commits have been landed. Closing PR #25882 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>