OLD | NEW |
| 1 2013-11-20: Version 3.23.8 |
| 2 |
| 3 Fixed crashes exposed though fuzzing. |
| 4 (Chromium issue 320948) |
| 5 |
| 6 Deprecated v8::External::New without Isolate parameter. |
| 7 |
| 8 Made number of available threads isolate-dependent and exposed it to |
| 9 ResourceConstraints. |
| 10 (issue 2991) |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
1 2013-11-19: Version 3.23.7 | 15 2013-11-19: Version 3.23.7 |
2 | 16 |
3 Bugfix: dependent code field in AllocationSite was keeping code objects | 17 Bugfix: dependent code field in AllocationSite was keeping code objects |
4 alive even after context death. | 18 alive even after context death. |
5 (Chromium issue 320532) | 19 (Chromium issue 320532) |
6 | 20 |
7 Fixed data view accessors to throw execptions on offsets bigger than | 21 Fixed data view accessors to throw execptions on offsets bigger than |
8 size_t. | 22 size_t. |
9 (issue 3013) | 23 (issue 3013) |
10 | 24 |
(...skipping 6250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6261 setting break points in them. | 6275 setting break points in them. |
6262 | 6276 |
6263 | 6277 |
6264 2008-07-03: Version 0.1.0 | 6278 2008-07-03: Version 0.1.0 |
6265 | 6279 |
6266 Initial export. | 6280 Initial export. |
6267 | 6281 |
6268 # Local Variables: | 6282 # Local Variables: |
6269 # mode:text | 6283 # mode:text |
6270 # End: | 6284 # End: |
OLD | NEW |