Bug 140975 - If you often call exactly one function but sometimes call something that isn't even a function, inlining should still work
Summary: If you often call exactly one function but sometimes call something that isn'...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 140660
Blocks:
  Show dependency treegraph
 
Reported: 2015-01-27 18:44 PST by Filip Pizlo
Modified: 2015-01-27 18:44 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.