[webkit-changes] [WebKit/WebKit] a9c33a: Wasm Callee should remain set even after tier-up

Justin Michaud noreply at github.com
Wed Feb 21 06:31:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a9c33a2b496aeadd33e500d7e474710f4abfbf8a
      https://github.com/WebKit/WebKit/commit/a9c33a2b496aeadd33e500d7e474710f4abfbf8a
  Author: Justin Michaud <justin_michaud at apple.com>
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
    M LayoutTests/platform/mac/TestExpectations
    M Source/JavaScriptCore/wasm/WasmCallsiteCollection.cpp

  Log Message:
  -----------
  Wasm Callee should remain set even after tier-up
https://bugs.webkit.org/show_bug.cgi?id=268990
rdar://123015079

Reviewed by Alexey Shvayka.

We may still need to call into the LLInt after tier-up, so we shouldn't clear
callee.

* Source/JavaScriptCore/wasm/WasmCallsiteCollection.cpp:
(JSC::Wasm::CallsiteCollection::updateCallsitesToCallUs):

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