[Webkit-unassigned] [Bug 121916] New: Get rid of 2 unused parameters from ctiTrampoline function in baseline JIT.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 25 10:31:12 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121916
Summary: Get rid of 2 unused parameters from ctiTrampoline
function in baseline JIT.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jbriance at cisco.com
Remove the 2 unused void* parameters from ctiTrampoline function in baseline JIT.
With current implementation in baseline JIT, architectures using 4 argument registers (sh4 and mips for instance) are pushing 2 words on stack for each call to ctiTrampoline: the void* unused2 and the VM* parameters.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list