Updates:
Status: WorkingAsIntended
Owner: [email protected]Comment #1 on issue 1581 by [email protected]: [Optimization] New makes an unnecessary copy of the constructor's arguments.
http://code.google.com/p/v8/issues/detail?id=1581We implemented this, and found that it made no difference to any benchmarks. It requires additional code at every constructor call, and was not worth it.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
