Bug 140975

Summary: If you often call exactly one function but sometimes call something that isn't even a function, inlining should still work
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 140660    
Bug Blocks:    

Description Filip Pizlo 2015-01-27 18:44:02 PST
It won't currently because you won't get a poly call stub and so you won't get a fast path count.