[Webkit-unassigned] [Bug 20989] New: Aguments constructor should put 'callee' and 'length' properties in a more efficient way
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 22 03:56:21 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20989
Summary: Aguments constructor should put 'callee' and 'length'
properties in a more efficient way
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:
Currently the Arguments constructor uses putDirect() to put both of these
properties. A Shark profile on my system says that this is 5.6% of total time
in the V8 Raytrace benchmark, which suggests that we should find a better way
to add these properties.
--
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