DescriptionRemove some extra calls in date.js.
A few hot Date.prototype functions used to be implemented as
DateGetFoo calling GetFooFrom(this), and other callers of GetFooFrom
did repeated date value extraction. In this change GetFooFrom
functions were inlined into the functions on the prototype and the
other callers switched to using date values directly.
Committed: http://code.google.com/p/v8/source/detail?r=5027
Patch Set 1 #
Total comments: 1
Patch Set 2 : Got rid of duplication. Restored ECMA references and the original order. #
Total comments: 1
Patch Set 3 : No more CallFunction. Helpers are macros. #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|