Reviewers: Erik Corry,

Description:
Revert r3583 which seems to degrade performance.


Please review this at http://codereview.chromium.org/536042

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/runtime.js


Index: src/runtime.js
===================================================================
--- src/runtime.js      (revision 3591)
+++ src/runtime.js      (working copy)
@@ -430,7 +430,7 @@
     }
   }

-  length = (args == null) ? 0 : TO_UINT32(args.length);
+  length = (args == null) ? 0 : %ToUint32(args.length);

   // We can handle any number of apply arguments if the stack is
   // big enough, but sanity check the value to avoid overflow when


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

Reply via email to