OLD | NEW |
| 1 2012-07-27: Version 3.12.17 |
| 2 |
| 3 Fixed invalid DescriptorArray access using invalid LastAdded index. |
| 4 |
| 5 Always set the callee's context when calling a function from optimized |
| 6 code. |
| 7 (Chromium issue 138887) |
| 8 |
| 9 Fixed building with GCC 3.x |
| 10 (issue 2016, v8:2017) |
| 11 |
| 12 Improved API calls that return empty handles. |
| 13 (issue v8:2245) |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
1 2012-07-25: Version 3.12.16 | 18 2012-07-25: Version 3.12.16 |
2 | 19 |
3 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
4 | 21 |
5 | 22 |
6 2012-07-24: Version 3.12.15 | 23 2012-07-24: Version 3.12.15 |
7 | 24 |
8 Added PRESERVE_ASCII_NULL option to String::WriteAscii. | 25 Added PRESERVE_ASCII_NULL option to String::WriteAscii. |
9 (issue 2252) | 26 (issue 2252) |
10 | 27 |
(...skipping 4443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4454 setting break points in them. | 4471 setting break points in them. |
4455 | 4472 |
4456 | 4473 |
4457 2008-07-03: Version 0.1.0 | 4474 2008-07-03: Version 0.1.0 |
4458 | 4475 |
4459 Initial export. | 4476 Initial export. |
4460 | 4477 |
4461 # Local Variables: | 4478 # Local Variables: |
4462 # mode:text | 4479 # mode:text |
4463 # End: | 4480 # End: |
OLD | NEW |