OLD | NEW |
| 1 2011-09-15: Version 3.6.4 |
| 2 |
| 3 Fixed d8's broken readline history. |
| 4 |
| 5 Removed the need for code delete events in CPU profiler (Issue 1466). |
| 6 |
| 7 Fixed debugger stepping next with trycatch recursion (Issue 1639). |
| 8 |
| 9 Fixing parallel execution in d8 (with -p) and some memory leaks. |
| 10 |
| 11 Support for precise stepping in functions compiled before debugging was |
| 12 started (step 1). |
| 13 |
| 14 |
1 2011-09-13: Version 3.6.3 | 15 2011-09-13: Version 3.6.3 |
2 | 16 |
3 Implemented better support of typed arrays in the d8 shell. | 17 Implemented better support of typed arrays in the d8 shell. |
4 | 18 |
5 Bug fixes and performance improvements on all platforms. | 19 Bug fixes and performance improvements on all platforms. |
6 | 20 |
7 | 21 |
8 2011-09-08: Version 3.6.2 | 22 2011-09-08: Version 3.6.2 |
9 | 23 |
10 Added "dependencies" target to top-level Makefile. | 24 Added "dependencies" target to top-level Makefile. |
(...skipping 3259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3270 setting break points in them. | 3284 setting break points in them. |
3271 | 3285 |
3272 | 3286 |
3273 2008-07-03: Version 0.1.0 | 3287 2008-07-03: Version 0.1.0 |
3274 | 3288 |
3275 Initial export. | 3289 Initial export. |
3276 | 3290 |
3277 # Local Variables: | 3291 # Local Variables: |
3278 # mode:text | 3292 # mode:text |
3279 # End: | 3293 # End: |
OLD | NEW |