[webkit-changes] [WebKit/WebKit] 65d57a: [JSC][WASM] Fix handler label for try_table on CPU...

Max Rottenkolber noreply at github.com
Tue Oct 8 10:22:19 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 65d57a7322239c24d86e70d320366291a2c76fa3
      https://github.com/WebKit/WebKit/commit/65d57a7322239c24d86e70d320366291a2c76fa3
  Author: Max Rottenkolber <maximilian at igalia.com>
  Date:   2024-10-08 (Tue, 08 Oct 2024)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmLLIntGenerator.cpp

  Log Message:
  -----------
  [JSC][WASM] Fix handler label for try_table on CPU(NEEDS_ALIGNED_ACCESS)
https://bugs.webkit.org/show_bug.cgi?id=281048

Reviewed by Yusuke Suzuki.

This aligns the bytecode index manually before emitting the handler label.

* Source/JavaScriptCore/wasm/WasmLLIntGenerator.cpp:
(JSC::Wasm::LLIntGenerator::endTryTable):

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