<?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>246487</bug_id>
          
          <creation_ts>2022-10-13 16:33:06 -0700</creation_ts>
          <short_desc>Refactor RegisterSet to support 128-bit widths</short_desc>
          <delta_ts>2022-12-12 10:39:44 -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 Local 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=246588</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="Justin Michaud">justin_michaud</reporter>
          <assigned_to name="Michael Catanzaro">mcatanzaro</assigned_to>
          <cc>mcatanzaro</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1905469</commentid>
    <comment_count>0</comment_count>
    <who name="Justin Michaud">justin_michaud</who>
    <bug_when>2022-10-13 16:33:06 -0700</bug_when>
    <thetext>Refactor RegisterSet to support 128-bit widths</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1905471</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-10-13 16:33:24 -0700</bug_when>
    <thetext>&lt;rdar://problem/101148986&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1905478</commentid>
    <comment_count>2</comment_count>
    <who name="Justin Michaud">justin_michaud</who>
    <bug_when>2022-10-13 16:43:39 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/5354</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1905871</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-10-15 10:14:07 -0700</bug_when>
    <thetext>Committed 255583@main (a57d810b085e): &lt;https://commits.webkit.org/255583@main&gt;

Reviewed commits have been landed. Closing PR #5354 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906012</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2022-10-16 18:36:56 -0700</bug_when>
    <thetext>This was reverted in bug 246588 / 255596@main because of build breakage.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906776</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-10-19 08:54:17 -0700</bug_when>
    <thetext>Committed 255736@main (912bf24408b1): &lt;https://commits.webkit.org/255736@main&gt;

Reviewed commits have been landed. Closing PR #5522 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906852</commentid>
    <comment_count>6</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-10-19 12:20:41 -0700</bug_when>
    <thetext>This introduced a minor GCC warning spam, one warning for each unified source bundle that includes the header:

[783/2475] Building CXX object Source/JavaScriptCore/CMak...vedSources/unified-sources/UnifiedSource-15db4ad9-4.cpp.o
In file included from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmFormat.h:39,
                 from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmCallee.h:33,
                 from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmCalleeGroup.h:31,
                 from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmModule.h:30,
                 from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmModule.cpp:27,
                 from /home/mcatanzaro/Projects/WebKit/WebKitBuild/gtk4/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-15db4ad9-4.cpp:2:
/home/mcatanzaro/Projects/WebKit/WebKitBuild/gtk4/JavaScriptCore/DerivedSources/WasmOps.h: In member function ‘JSC::Width JSC::Wasm::Type::width() const’:
/home/mcatanzaro/Projects/WebKit/WebKitBuild/gtk4/JavaScriptCore/DerivedSources/WasmOps.h:122:5: warning: control reaches end of non-void function [-Wreturn-type]
  122 |     }

I will submit a follow-up.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906863</commentid>
    <comment_count>7</comment_count>
    <who name="Justin Michaud">justin_michaud</who>
    <bug_when>2022-10-19 12:58:30 -0700</bug_when>
    <thetext>Oops, sorry!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906879</commentid>
    <comment_count>8</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2022-10-19 13:52:45 -0700</bug_when>
    <thetext>Re-opening for pull request https://github.com/WebKit/WebKit/pull/5555</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906919</commentid>
    <comment_count>9</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-10-19 16:00:14 -0700</bug_when>
    <thetext>Committed 255764@main (7bb3ebc2f29b): &lt;https://commits.webkit.org/255764@main&gt;

Reviewed commits have been landed. Closing PR #5555 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1918530</commentid>
    <comment_count>10</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-12-12 10:39:44 -0800</bug_when>
    <thetext>Committed 257737@main (2d2f8ac6371b): &lt;https://commits.webkit.org/257737@main&gt;

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

    </bug>

</bugzilla>