Bug 165441

Summary: Make ShadowChicken work with WebAssembly
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: 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   

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. :(