Changeset 34172 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 28, 2008, 5:36:31 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r34171 r34172 1 2008-05-28 Alexey Proskuryakov <[email protected]> 2 3 Fixed a misguiding comment - my measurement for negative numbers only included cases 4 where both operands were negative, which is not very interesting. 5 6 * VM/Machine.cpp: 7 1 8 2008-05-28 Alexey Proskuryakov <[email protected]> 2 9 -
trunk/JavaScriptCore/VM/Machine.cpp
r34171 r34172 149 149 // <times> Add case: <t1> <t2> 150 150 // --------------------------- 151 // 5626160 Add case: 3 3 (of these, 3637690 are for immediate values , 34373 of them for negative)151 // 5626160 Add case: 3 3 (of these, 3637690 are for immediate values) 152 152 // 247412 Add case: 5 5 153 153 // 20900 Add case: 5 6
Note:
See TracChangeset
for help on using the changeset viewer.