Bug 170632 - WebAssembly: We should support structured cloning of JSWebAssemblyModule
Summary: WebAssembly: We should support structured cloning of JSWebAssemblyModule
Status: RESOLVED DUPLICATE of bug 170573
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks: 168264
  Show dependency treegraph
 
Reported: 2017-04-07 17:47 PDT by Saam Barati
Modified: 2017-04-07 17:48 PDT (History)
10 users (show)

See Also:


Attachments
WIP (38.55 KB, patch)
2017-04-07 17:48 PDT, Saam Barati
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2017-04-07 17:47:10 PDT
...
Comment 1 Saam Barati 2017-04-07 17:48:02 PDT
Created attachment 306556 [details]
WIP

I'm trying to run a particular WasmBench test in parallel. It gets successfully compiled in parallel, but for some reason, the worker's promise deferred timer doesn't actually run the callback, even though it schedules it.
Comment 2 Saam Barati 2017-04-07 17:48:38 PDT

*** This bug has been marked as a duplicate of bug 170573 ***