Status: New
Owner: ----

New issue 1506 by [email protected]: Optimization for arguments.length
http://code.google.com/p/v8/issues/detail?id=1506

Functions containing 'arguments' only as the expression 'arguments.length' could be much more efficient. There is no need to allocate the arguments array. arguments.length could be replaced with %_ArgumentsLength()


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to