NEW239264
[JSC] Minimize the prologue and epilogue of leaf routines
https://bugs.webkit.org/show_bug.cgi?id=239264
Summary [JSC] Minimize the prologue and epilogue of leaf routines
Robin Morisset
Reported 2022-04-12 17:02:59 PDT
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
Radar WebKit Bug Importer
Comment 1 2022-04-19 17:03:14 PDT
Note You need to log in before you can comment on or make changes to this bug.