Bug 146854
Summary: | jsc-tailcall: Get rid of the register preservation thunk | ||
---|---|---|---|
Product: | WebKit | Reporter: | Basile Clement <basile_clement> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fpizlo, ggaren, mark.lam, msaboff |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 146845, 148099 | ||
Bug Blocks: | 146942 |
Basile Clement
We need to get rid of this for implementing tail calls since after a tail call, the stack is no longer going to be in a meaningful state for the register preservation thunk.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Basile Clement
*** This bug has been marked as a duplicate of bug 148666 ***