[Webkit-unassigned] [Bug 239264] New: [JSC] Minimize the prologue and epilogue of leaf routines
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 12 17:02:59 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=239264
Bug ID: 239264
Summary: [JSC] Minimize the prologue and epilogue of leaf
routines
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rmorisset at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220413/12c23c6d/attachment.htm>
More information about the webkit-unassigned
mailing list