OLD | NEW |
| 1 2012-05-16: Version 3.11.2 |
| 2 |
| 3 Revert r11496. (Chromium issue 128146) |
| 4 |
| 5 Implement map collection for incremental marking. (issue 1465) |
| 6 |
| 7 Add toString method to CallSite (which describes a frame of the |
| 8 stack trace). |
| 9 |
| 10 |
1 2012-05-15: Version 3.11.1 | 11 2012-05-15: Version 3.11.1 |
2 | 12 |
3 Added a readbuffer function to d8 that reads a file into an ArrayBuffer. | 13 Added a readbuffer function to d8 that reads a file into an ArrayBuffer. |
4 | 14 |
5 Fix freebsd build. (V8 issue 2126) | 15 Fix freebsd build. (V8 issue 2126) |
6 | 16 |
7 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
8 | 18 |
9 | 19 |
10 2012-05-11: Version 3.11.0 | 20 2012-05-11: Version 3.11.0 |
(...skipping 4122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4133 setting break points in them. | 4143 setting break points in them. |
4134 | 4144 |
4135 | 4145 |
4136 2008-07-03: Version 0.1.0 | 4146 2008-07-03: Version 0.1.0 |
4137 | 4147 |
4138 Initial export. | 4148 Initial export. |
4139 | 4149 |
4140 # Local Variables: | 4150 # Local Variables: |
4141 # mode:text | 4151 # mode:text |
4142 # End: | 4152 # End: |
OLD | NEW |