Changeset 34172 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
May 28, 2008, 5:36:31 AM (17 years ago)
Author:
[email protected]
Message:

Fixed a misguiding comment - my measurement for negative numbers only included cases
where both operands were negative, which is not very interesting.

  • VM/Machine.cpp:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r34171 r34172  
     12008-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
    182008-05-28  Alexey Proskuryakov  <[email protected]>
    29
  • trunk/JavaScriptCore/VM/Machine.cpp

    r34171 r34172  
    149149//    <times> Add case: <t1> <t2>
    150150//    ---------------------------
    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)
    152152//    247412  Add case: 5 5
    153153//    20900   Add case: 5 6
Note: See TracChangeset for help on using the changeset viewer.