[Webkit-unassigned] [Bug 21814] New: JS function creation should put properties directly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 22 16:01:38 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21814
Summary: JS function creation should put properties directly
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cwzwarich at uwaterloo.ca
OtherBugsDependingO 20813
nThis:
According to the opcode sampler, the creation of new function objects is 8% of
total time on the V8 Earley-Boyer benchmark. One of the things that stands out
here is that three properties are added to every new JSFunction using
putDirect(). We should make the addition of these properties more efficient in
a similar fashion to the way the creation of singleton objects uses fewer
StructureIDs.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list