Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7cda7d7ad56dce3c984801c7a9c7002eef133a95
      
https://github.com/WebKit/WebKit/commit/7cda7d7ad56dce3c984801c7a9c7002eef133a95
  Author: Keith Miller <[email protected]>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

  Changed paths:
    A JSTests/stress/int32-mod-edge-cases.js
    M Source/JavaScriptCore/assembler/ARMv7Assembler.h
    M Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
    M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
    M Source/JavaScriptCore/jit/JITArithmetic.cpp
    M Source/JavaScriptCore/lol/LOLJIT.cpp
    M Source/JavaScriptCore/lol/LOLJIT.h
    M Source/JavaScriptCore/lol/LOLRegisterAllocator.h

  Log Message:
  -----------
  [JSC] Improve op_mod for int32 uses and add LOL support
https://bugs.webkit.org/show_bug.cgi?id=307683
rdar://170243169

Reviewed by Marcus Plutowski.

Right now Baseline just goes to the slow path for ARM64 on op_mod. This
patch adds a fast path for binary int32s (assuming the divisor is
non-zero). Also, clean-up some of the DFG's equivalent code.

Test: JSTests/stress/int32-mod-edge-cases.js
Canonical link: https://commits.webkit.org/307425@main



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

Reply via email to