[webkit-changes] [WebKit/WebKit] 60f3e4: [JSC] (Re-land 2) Add aligned label annotation to ...

Justin Michaud noreply at github.com
Tue May 14 06:18:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 60f3e42f749884b3dad3d737097f5b3211bd870b
      https://github.com/WebKit/WebKit/commit/60f3e42f749884b3dad3d737097f5b3211bd870b
  Author: Justin Michaud <justin at justinmichaud.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
    M Source/JavaScriptCore/llint/InPlaceInterpreter.asm
    M Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
    M Source/JavaScriptCore/offlineasm/asm.rb
    M Source/JavaScriptCore/offlineasm/ast.rb
    M Source/JavaScriptCore/offlineasm/backends.rb
    M Source/JavaScriptCore/offlineasm/parser.rb
    M Source/JavaScriptCore/offlineasm/transform.rb

  Log Message:
  -----------
  [JSC] (Re-land 2) Add aligned label annotation to offlineasm
https://bugs.webkit.org/show_bug.cgi?id=273138

Reviewed by Yusuke Suzuki.

In https://commits.webkit.org/277134@main, I tried to re-land Max's patch to add aligned label annotations to offlineasm.
It also broke PGO+LTO Production macOS builds. This patch removes most of the uses of this new annotation, and hopefully won't
break things this time.

* Source/JavaScriptCore/llint/InPlaceInterpreter.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:
* Source/JavaScriptCore/offlineasm/asm.rb:
* Source/JavaScriptCore/offlineasm/ast.rb:
* Source/JavaScriptCore/offlineasm/backends.rb:
* Source/JavaScriptCore/offlineasm/parser.rb:
* Source/JavaScriptCore/offlineasm/transform.rb:

Canonical link: https://commits.webkit.org/278753@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