[Webkit-unassigned] [Bug 143239] No way to quickly make non-enumerable instance properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 16:15:08 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143239

--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Accessing a property using symbol seems pretty fast (http://jsperf.com/symbol-vs-property/13):

symbol    18,871,149 ±0.94%  28% slower
property  18,106,575 ±0.42%  31% slower
.foo      26,093,814 ±0.53%  fastest

(Chrome results are somewhat misleading because it ran on a much faster results; what's important is the relative perf. of different cases).

-- 
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/20150330/75a101ff/attachment-0002.html>


More information about the webkit-unassigned mailing list