OLD | NEW |
| 1 2013-11-22: Version 3.23.10 |
| 2 |
| 3 Remove preemption thread and API. |
| 4 (issue 3004) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-11-21: Version 3.23.9 | 9 2013-11-21: Version 3.23.9 |
2 | 10 |
3 API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t | 11 API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t |
4 instead of intptr_t. | 12 instead of intptr_t. |
5 | 13 |
6 Remove deprecated v8::SetResourceConstraints without Isolate parameter. | 14 Remove deprecated v8::SetResourceConstraints without Isolate parameter. |
7 | 15 |
8 Remove deprecated v8-defaults.h and defaults.cc. | 16 Remove deprecated v8-defaults.h and defaults.cc. |
9 (Chromium issue 312241) | 17 (Chromium issue 312241) |
10 | 18 |
(...skipping 6281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6292 setting break points in them. | 6300 setting break points in them. |
6293 | 6301 |
6294 | 6302 |
6295 2008-07-03: Version 0.1.0 | 6303 2008-07-03: Version 0.1.0 |
6296 | 6304 |
6297 Initial export. | 6305 Initial export. |
6298 | 6306 |
6299 # Local Variables: | 6307 # Local Variables: |
6300 # mode:text | 6308 # mode:text |
6301 # End: | 6309 # End: |
OLD | NEW |