Bug 156456 - The CallLinkInfo that AccessCase sometimes creates should live on the JITStubRoutine
Summary: The CallLinkInfo that AccessCase sometimes creates should live on the JITStub...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-10 15:53 PDT by Filip Pizlo
Modified: 2016-04-10 15:53 PDT (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 2016-04-10 15:53:40 PDT
This would improve several things:

- It would enable polymorphic call caching in that CallLinkInfo.

- Generation would become a const operation, so we wouldn't need to clone AccessCases.

- The Generated state disappears.