OLD | NEW |
| 1 2013-08-14: Version 3.20.17 |
| 2 |
| 3 Fixed Math.round/floor that had bogus Smi representation |
| 4 (Chromium issue 272564) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-08-13: Version 3.20.16 | 9 2013-08-13: Version 3.20.16 |
2 | 10 |
3 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679) | 11 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679) |
4 | 12 |
5 Fixed gcmole bugs in i18n code (issue 2745) | 13 Fixed gcmole bugs in i18n code (issue 2745) |
6 | 14 |
7 ia32: Calls to the TranscendentalCacheStub must ensure that esi is | 15 ia32: Calls to the TranscendentalCacheStub must ensure that esi is |
8 set (issue 2827) | 16 set (issue 2827) |
9 | 17 |
10 Made sure polymorphic element access creates non-replaying | 18 Made sure polymorphic element access creates non-replaying |
(...skipping 5716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5727 setting break points in them. | 5735 setting break points in them. |
5728 | 5736 |
5729 | 5737 |
5730 2008-07-03: Version 0.1.0 | 5738 2008-07-03: Version 0.1.0 |
5731 | 5739 |
5732 Initial export. | 5740 Initial export. |
5733 | 5741 |
5734 # Local Variables: | 5742 # Local Variables: |
5735 # mode:text | 5743 # mode:text |
5736 # End: | 5744 # End: |
OLD | NEW |