<?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>261127</bug_id>
          
          <creation_ts>2023-09-04 16:56:52 -0700</creation_ts>
          <short_desc>Let the compiler generate more comparison operators in JSC</short_desc>
          <delta_ts>2023-11-16 13:13:21 -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>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=264896</see_also>
          <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="Chris Dumez">cdumez</reporter>
          <assigned_to name="Chris Dumez">cdumez</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>darin</cc>
    
    <cc>rniwa</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1975428</commentid>
    <comment_count>0</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2023-09-04 16:56:52 -0700</bug_when>
    <thetext>Let the compiler generate more comparison operators in JSC now that we support C++20.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1975429</commentid>
    <comment_count>1</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2023-09-04 16:58:32 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/17417</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1975630</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-09-05 12:41:17 -0700</bug_when>
    <thetext>Committed 267645@main (e9e93692891c): &lt;https://commits.webkit.org/267645@main&gt;

Reviewed commits have been landed. Closing PR #17417 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1975631</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-09-05 12:42:15 -0700</bug_when>
    <thetext>&lt;rdar://problem/115001681&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1993149</commentid>
    <comment_count>4</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2023-11-16 09:38:15 -0800</bug_when>
    <thetext>This caused a 3MB binary size increase and I am unclear why. The compiler should in theory generate identical code to the one we had..

At first I thought it was because I newly inlined 2 of the comparison operators. However, moving them back out of line didn&apos;t reduce binary size significantly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1993222</commentid>
    <comment_count>5</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2023-11-16 13:13:21 -0800</bug_when>
    <thetext>Maybe the generated ones are always implicitly generated inline?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>