OLD | NEW |
---|---|
1 2012-08-29: Version 3.13.5 | |
2 | |
3 Release stack trace data after firing Error.stack accessor. | |
4 (issue 2308) | |
5 | |
6 Add a new API V8::SetJitCodeEventHandler to push code name and location | |
Jakob Kummerow
2012/08/29 15:27:35
Past tense please.
| |
7 to users such as profilers. | |
8 | |
9 Allocate block-scoped global bindings to global context. | |
10 | |
11 Performance and stability improvements on all platforms. | |
12 | |
13 | |
1 2012-08-28: Version 3.13.4 | 14 2012-08-28: Version 3.13.4 |
2 | 15 |
3 Print reason for disabling optimization. Kill --trace-bailout flag. | 16 Print reason for disabling optimization. Kill --trace-bailout flag. |
4 | 17 |
5 Provided option to disable full DEBUG build on Android. | 18 Provided option to disable full DEBUG build on Android. |
6 | 19 |
7 Introduced global contexts to represent lexical global scope(s). | 20 Introduced global contexts to represent lexical global scope(s). |
8 | 21 |
9 Fixed rounding in Uint8ClampedArray setter. (issue 2294) | 22 Fixed rounding in Uint8ClampedArray setter. (issue 2294) |
10 | 23 |
(...skipping 4516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4527 setting break points in them. | 4540 setting break points in them. |
4528 | 4541 |
4529 | 4542 |
4530 2008-07-03: Version 0.1.0 | 4543 2008-07-03: Version 0.1.0 |
4531 | 4544 |
4532 Initial export. | 4545 Initial export. |
4533 | 4546 |
4534 # Local Variables: | 4547 # Local Variables: |
4535 # mode:text | 4548 # mode:text |
4536 # End: | 4549 # End: |
OLD | NEW |