[webkit-changes] [WebKit/WebKit] 3bd640: Add IPInt support for streaming compilation

Commit Queue noreply at github.com
Tue Dec 17 17:33:51 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3bd6409e3f117e7031d3d38d78f4d413a5d3291a
      https://github.com/WebKit/WebKit/commit/3bd6409e3f117e7031d3d38d78f4d413a5d3291a
  Author: Daniel Liu <daniel_liu4 at apple.com>
  Date:   2024-12-17 (Tue, 17 Dec 2024)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmEntryPlan.h
    M Source/JavaScriptCore/wasm/WasmStreamingCompiler.cpp
    M Source/JavaScriptCore/wasm/WasmStreamingCompiler.h
    M Source/JavaScriptCore/wasm/WasmStreamingPlan.cpp
    M Source/JavaScriptCore/wasm/WasmStreamingPlan.h

  Log Message:
  -----------
  Add IPInt support for streaming compilation
https://bugs.webkit.org/show_bug.cgi?id=284790
rdar://141581881

Reviewed by Keith Miller.

To reach feature parity with LLInt, we need to support IPInt in the streaming
Wasm compilers.

* Source/JavaScriptCore/wasm/WasmStreamingCompiler.cpp:
(JSC::Wasm::StreamingCompiler::didReceiveFunctionData):
(JSC::Wasm::StreamingCompiler::didCompileFunction):
(JSC::Wasm::StreamingCompiler::didFinishParsing):
(JSC::Wasm::StreamingCompiler::completeIfNecessary):
(JSC::Wasm::StreamingCompiler::didComplete):
* Source/JavaScriptCore/wasm/WasmStreamingCompiler.h:
* Source/JavaScriptCore/wasm/WasmStreamingPlan.cpp:
(JSC::Wasm::StreamingPlan::StreamingPlan):
(JSC::Wasm::StreamingPlan::work):
* Source/JavaScriptCore/wasm/WasmStreamingPlan.h:

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