OLD | NEW |
| 1 2013-02-04: Version 3.16.13 |
| 2 |
| 3 Tagged stubs that rely on instance types as MEGAMORPHIC. |
| 4 (Chromium issue 173974) |
| 5 |
| 6 Fixed clearing of dead dependent codes and verify weak embedded |
| 7 maps on full GC. (Chromium issue 172488,172489) |
| 8 |
| 9 Made the arm port build cleanly with Clang. |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2013-01-31: Version 3.16.12 | 14 2013-01-31: Version 3.16.12 |
2 | 15 |
3 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
4 | 17 |
5 | 18 |
6 2013-01-30: Version 3.16.11 | 19 2013-01-30: Version 3.16.11 |
7 | 20 |
8 Put making embedded maps in optimized code weak behind a flag. | 21 Put making embedded maps in optimized code weak behind a flag. |
9 (Chromium issue 172488,172489) | 22 (Chromium issue 172488,172489) |
10 | 23 |
(...skipping 5022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5033 setting break points in them. | 5046 setting break points in them. |
5034 | 5047 |
5035 | 5048 |
5036 2008-07-03: Version 0.1.0 | 5049 2008-07-03: Version 0.1.0 |
5037 | 5050 |
5038 Initial export. | 5051 Initial export. |
5039 | 5052 |
5040 # Local Variables: | 5053 # Local Variables: |
5041 # mode:text | 5054 # mode:text |
5042 # End: | 5055 # End: |
OLD | NEW |