Bug 196509 - WebAssembly host call should be responsible for type checking arguments
Summary: WebAssembly host call should be responsible for type checking arguments
Status: NEW
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:
 
Reported: 2019-04-02 14:09 PDT by Saam Barati
Modified: 2019-04-02 14:38 PDT (History)
12 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2019-04-02 14:09:18 PDT
Instead of the entrypoint JIT code...
Comment 1 Saam Barati 2019-04-02 14:38:19 PDT
It's a waste of JIT code to do type checking there.