[webkit-changes] [WebKit/WebKit] 7449d4: offlineasm: include the backend names in the input...

Commit Queue noreply at github.com
Thu Jun 22 09:39:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7449d469c115477d1646ebc90c6bf7e84350e7d5
      https://github.com/WebKit/WebKit/commit/7449d469c115477d1646ebc90c6bf7e84350e7d5
  Author: Mark Lam <mark.lam at apple.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb
    M Source/JavaScriptCore/offlineasm/generate_settings_extractor.rb

  Log Message:
  -----------
  offlineasm: include the backend names in the input hash.
https://bugs.webkit.org/show_bug.cgi?id=258390
rdar://111129539

Reviewed by Yusuke Suzuki.

offlineasm/generate_offset_extractor.rb and offlineasm/generate_settings_extractor.rb currently
does not include the backend names in the input hash.  This can be problematic if we ever switch
between building different backends after the offset and settings extractors have been generated.

This patch fixes this by including the backend names in the input hash.

* Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb:
* Source/JavaScriptCore/offlineasm/generate_settings_extractor.rb:

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




More information about the webkit-changes mailing list