Bug 133769

Summary: Extend Safe to Execute capabilities for NativeCall and NativeConstruct
Product: WebKit Reporter: Matthew Mirman <mmirman>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Enhancement CC: basile_clement, fpizlo, mmirman
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Matthew Mirman 2014-06-11 14:54:46 PDT
Currently NativeCall and NativeConstruct are considered always unsafe to execute by the DFG which prevents certain optimizations.  Often there is a check which when 
completed makes them safe to execute.  Need to refine the cases where they are safe to execute.
Comment 1 Basile Clement 2015-07-29 13:32:54 PDT
This is no longer relevant since NativeCall and NativeConstruct have been removed in https://bugs.webkit.org/show_bug.cgi?id=147417.