OLD | NEW |
| 1 2013-01-25: Version 3.16.10 |
| 2 |
| 3 Avoid excessive memory usage during redundant phi elimination. |
| 4 (issue 2510) |
| 5 |
| 6 Fixed additional spec violations wrt RegExp.lastIndex. |
| 7 (issue 2437) |
| 8 |
| 9 Added Isolate parameter to Persistent class. |
| 10 (issue 2487) |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
1 2013-01-24: Version 3.16.9 | 15 2013-01-24: Version 3.16.9 |
2 | 16 |
3 Made embedded maps in optimized code weak. | 17 Made embedded maps in optimized code weak. |
4 (issue 2073) | 18 (issue 2073) |
5 | 19 |
6 Fixed corner case when JSFunction is evicted from flusher. | 20 Fixed corner case when JSFunction is evicted from flusher. |
7 (Chromium issue 168801) | 21 (Chromium issue 168801) |
8 | 22 |
9 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv. | 23 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv. |
10 (Chromium issue 171641) | 24 (Chromium issue 171641) |
(...skipping 4995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5006 setting break points in them. | 5020 setting break points in them. |
5007 | 5021 |
5008 | 5022 |
5009 2008-07-03: Version 0.1.0 | 5023 2008-07-03: Version 0.1.0 |
5010 | 5024 |
5011 Initial export. | 5025 Initial export. |
5012 | 5026 |
5013 # Local Variables: | 5027 # Local Variables: |
5014 # mode:text | 5028 # mode:text |
5015 # End: | 5029 # End: |
OLD | NEW |