Bug 165441 - Make ShadowChicken work with WebAssembly
Summary: Make ShadowChicken work with WebAssembly
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: 2016-12-05 17:31 PST by Saam Barati
Modified: 2017-03-13 09:48 PDT (History)
15 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 2016-12-05 17:31:23 PST
...
Comment 1 JF Bastien 2017-03-13 09:48:47 PDT
FYI the current spec disallow tail call elimination in WebAssembly... or rather, there must be a recursion limit according to the spec. :(