Bug 51358

Summary: Should check stack depth rather than using recursion limits in byte compilation
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Gavin Barraclough 2010-12-20 15:44:48 PST
The current implementation of recursion limit checking is not safe on smaller stacks.
Switch to using a common mechanism, shared with the parser, to check recursion limits.
Comment 1 Gavin Barraclough 2010-12-20 16:34:18 PST
fixed in r74374.