[webkit-changes] [WebKit/WebKit] ed54aa: [JSC] Align JIT and LLInt registers in x64

Yusuke Suzuki noreply at github.com
Fri Sep 13 08:24:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ed54aa241721571d1de5d06856825d2e4abeb32e
      https://github.com/WebKit/WebKit/commit/ed54aa241721571d1de5d06856825d2e4abeb32e
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M Source/JavaScriptCore/jit/GPRInfo.h
    M Source/JavaScriptCore/llint/LowLevelInterpreter.asm
    M Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
    M Source/JavaScriptCore/llint/WebAssembly64.asm
    M Source/JavaScriptCore/offlineasm/x86.rb

  Log Message:
  -----------
  [JSC] Align JIT and LLInt registers in x64
https://bugs.webkit.org/show_bug.cgi?id=279642
rdar://135933164

Reviewed by Ross Kirsling.

Let's align both. There is no reason having different namings anymore (no Windows).

* Source/JavaScriptCore/jit/GPRInfo.h:
* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter64.asm:
* Source/JavaScriptCore/llint/WebAssembly64.asm:
* Source/JavaScriptCore/offlineasm/x86.rb:

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



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


More information about the webkit-changes mailing list