Bug 239264
| Summary: | [JSC] Minimize the prologue and epilogue of leaf routines | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robin Morisset <rmorisset> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Robin Morisset
I think that we currently always generate the same prologue and epilogue, regardless of whether or not that function calls anything or not.
We can probably omit some of that code for functions that call nothing, which I would expect would be a win at least for some Wasm code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/91994888>