Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 10992fea97ad7dc3d96dc91825013d8b8efef62b
      
https://github.com/WebKit/WebKit/commit/10992fea97ad7dc3d96dc91825013d8b8efef62b
  Author: Keith Miller <[email protected]>
  Date:   2025-12-09 (Tue, 09 Dec 2025)

  Changed paths:
    M Source/JavaScriptCore/assembler/MacroAssemblerARM64.h
    M Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
    M Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h
    M Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h
    M Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
    M Source/JavaScriptCore/dfg/DFGCapabilities.cpp
    M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
    M Source/JavaScriptCore/jit/JITAddGenerator.cpp
    M Source/JavaScriptCore/jit/JITArithmetic.cpp
    M Source/JavaScriptCore/jit/JITDivGenerator.cpp
    M Source/JavaScriptCore/jit/JITMulGenerator.cpp
    M Source/JavaScriptCore/jit/JITSubGenerator.cpp
    M Source/JavaScriptCore/jit/ThunkGenerators.cpp

  Log Message:
  -----------
  Remove various supportsFloatingPoint MacroAssembler methods that are always 
true
https://bugs.webkit.org/show_bug.cgi?id=300641
rdar://162542638

Reviewed by Dan Hecht and Yusuke Suzuki.

Many of the supportsFloatingPoint* methods are true for all platforms we have a 
MacroAssembler
for. We should just remove these checks and the various uses of them since I 
don't expect to
support a CPU without those in the foreseeable future.

No new tests, removing dead code.

Canonical link: https://commits.webkit.org/304190@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to