Bug 165441
Summary: | Make ShadowChicken work with WebAssembly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
Status: | NEW | ||
Severity: | Normal | CC: | bburg, benjamin, fpizlo, ggaren, gskachkov, jfbastien, joepeck, keith_miller, mark.lam, mattbaker, msaboff, nvasilyev, oliver, ticaiolima, ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Saam Barati
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
JF Bastien
FYI the current spec disallow tail call elimination in WebAssembly... or rather, there must be a recursion limit according to the spec. :(