OLD | NEW |
| 1 2012-05-03: Version 3.10.8 |
| 2 |
| 3 Enabled MIPS cross-compilation. |
| 4 |
| 5 Ensured reload of elements pointer in StoreFastDoubleElement stub. |
| 6 (Chromium issue 125515) |
| 7 |
| 8 Fixed corner cases in truncation behavior when storing to |
| 9 TypedArrays. (issue 2110) |
| 10 |
| 11 Fixed failure to properly recognize and report out-of-memory |
| 12 conditions when allocating code space pages. (Chromium issue |
| 13 118625) |
| 14 |
| 15 Fixed idle notifications to perform a round of incremental GCs |
| 16 after context disposal. (issue 2107) |
| 17 |
| 18 Fixed preparser for try statement. (issue 2109) |
| 19 |
| 20 Performance and stability improvements on all platforms. |
| 21 |
| 22 |
1 2012-04-30: Version 3.10.7 | 23 2012-04-30: Version 3.10.7 |
2 | 24 |
3 Performance and stability improvements on all platforms. | 25 Performance and stability improvements on all platforms. |
4 | 26 |
5 | 27 |
6 2012-04-26: Version 3.10.6 | 28 2012-04-26: Version 3.10.6 |
7 | 29 |
8 Fixed some bugs in accessing details of the last regexp match. | 30 Fixed some bugs in accessing details of the last regexp match. |
9 | 31 |
10 Fixed source property of empty RegExp objects. (issue 1982) | 32 Fixed source property of empty RegExp objects. (issue 1982) |
(...skipping 4055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4066 setting break points in them. | 4088 setting break points in them. |
4067 | 4089 |
4068 | 4090 |
4069 2008-07-03: Version 0.1.0 | 4091 2008-07-03: Version 0.1.0 |
4070 | 4092 |
4071 Initial export. | 4093 Initial export. |
4072 | 4094 |
4073 # Local Variables: | 4095 # Local Variables: |
4074 # mode:text | 4096 # mode:text |
4075 # End: | 4097 # End: |
OLD | NEW |