NEW56292
Should try to avoid popping return address in leaf functions.
https://bugs.webkit.org/show_bug.cgi?id=56292
Summary Should try to avoid popping return address in leaf functions.
Gavin Barraclough
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.