Bug 56292 - Should try to avoid popping return address in leaf functions.
Summary: Should try to avoid popping return address in leaf functions.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-13 23:31 PDT by Gavin Barraclough
Modified: 2011-03-13 23:31 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 Gavin Barraclough 2011-03-13 23:31:08 PDT
Presently we preserve the return address in the CallFrameHeader in the RegisterFile,
since we don't allow any recursion on the machine stack. We should fairly trivially
be able to avoid the extra push/pop of the return address in leaf functions.