OLD | NEW |
| 1 2013-01-30: Version 3.16.11 |
| 2 |
| 3 Put making embedded maps in optimized code weak behind a flag. |
| 4 (Chromium issue 172488,172489) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-01-25: Version 3.16.10 | 9 2013-01-25: Version 3.16.10 |
2 | 10 |
3 Avoid excessive memory usage during redundant phi elimination. | 11 Avoid excessive memory usage during redundant phi elimination. |
4 (issue 2510) | 12 (issue 2510) |
5 | 13 |
6 Fixed additional spec violations wrt RegExp.lastIndex. | 14 Fixed additional spec violations wrt RegExp.lastIndex. |
7 (issue 2437) | 15 (issue 2437) |
8 | 16 |
9 Added Isolate parameter to Persistent class. | 17 Added Isolate parameter to Persistent class. |
10 (issue 2487) | 18 (issue 2487) |
(...skipping 5009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5020 setting break points in them. | 5028 setting break points in them. |
5021 | 5029 |
5022 | 5030 |
5023 2008-07-03: Version 0.1.0 | 5031 2008-07-03: Version 0.1.0 |
5024 | 5032 |
5025 Initial export. | 5033 Initial export. |
5026 | 5034 |
5027 # Local Variables: | 5035 # Local Variables: |
5028 # mode:text | 5036 # mode:text |
5029 # End: | 5037 # End: |
OLD | NEW |