OLD | NEW |
| 1 2013-11-19: Version 3.23.7 |
| 2 |
| 3 Bugfix: dependent code field in AllocationSite was keeping code objects |
| 4 alive even after context death. |
| 5 (Chromium issue 320532) |
| 6 |
| 7 Fixed data view accessors to throw execptions on offsets bigger than |
| 8 size_t. |
| 9 (issue 3013) |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2013-11-18: Version 3.23.6 | 14 2013-11-18: Version 3.23.6 |
2 | 15 |
3 Limit size of dehoistable array indices. | 16 Limit size of dehoistable array indices. |
4 (Chromium issues 319835, 319860) | 17 (Chromium issues 319835, 319860) |
5 | 18 |
6 Limit the size for typed arrays to MaxSmi. | 19 Limit the size for typed arrays to MaxSmi. |
7 (Chromium issue 319722) | 20 (Chromium issue 319722) |
8 | 21 |
9 Performance and stability improvements on all platforms. | 22 Performance and stability improvements on all platforms. |
10 | 23 |
(...skipping 6237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6248 setting break points in them. | 6261 setting break points in them. |
6249 | 6262 |
6250 | 6263 |
6251 2008-07-03: Version 0.1.0 | 6264 2008-07-03: Version 0.1.0 |
6252 | 6265 |
6253 Initial export. | 6266 Initial export. |
6254 | 6267 |
6255 # Local Variables: | 6268 # Local Variables: |
6256 # mode:text | 6269 # mode:text |
6257 # End: | 6270 # End: |
OLD | NEW |