Bug 169792 - WebAssembly: make B3 code generation more lazy
Summary: WebAssembly: make B3 code generation more lazy
Status: RESOLVED DUPLICATE of bug 174818
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 159775
  Show dependency treegraph
 
Reported: 2017-03-16 15:19 PDT by JF Bastien
Modified: 2017-07-25 13:55 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 2017-03-16 15:19:08 PDT
We currently eagerly generate code which materializes Instance for each function. Maybe this should be lazy. Ditto for zero values?
Comment 1 JF Bastien 2017-07-25 13:55:18 PDT

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