-
Andreas Haas authored
WasmFeatures::FromIsolate() was called without a HandleScope in the original CL. This was fixed by using the WasmFeatures from the NativeModule instead of calling WasmFeatures::FromIsolate. Original message: Initializing the compilation progress first, and making it an explicit step, allows us to share the wrapper compilation code between async compilation and streaming compilation. In the future it will also allow us to initialize compilation units based on the compilation progress, which will allow us to share more code between async compilation and deserialization. R=clemensb@chromium.org Bug: v8:11862 Change-Id: Id2d0990e5c7fa0f266f730f7e0bfa24fe641497b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2993029Reviewed-by: Clemens Backes <clemensb@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#75436}
115b8664