Comment #1 on issue 3194 by [email protected]: Variable scope performance
http://code.google.com/p/v8/issues/detail?id=3194

Some benchmarks:

IE 11:
global: 3.6150ms
global object: 3.4786ms
local: 3.4637ms

Chrome Canary:
global: 14.435ms
global object: 3.006ms
local: 218.870ms

FF:
global: 3.22ms
global object: 2.87ms
local: 2.78ms

FF (nighly):
global: 3.33ms
global object: 2.82ms
local: 2.79ms

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to