OLD | NEW |
| 1 2012-05-18: Version 3.11.3 |
| 2 |
| 3 Disable optimization for functions that have scopes that cannot be |
| 4 reconstructed from the context chain. (issue 2071) |
| 5 |
| 6 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078) |
| 7 |
| 8 Correctly check for native error objects. (Chromium issue 2138) |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
1 2012-05-16: Version 3.11.2 | 13 2012-05-16: Version 3.11.2 |
2 | 14 |
3 Revert r11496. (Chromium issue 128146) | 15 Revert r11496. (Chromium issue 128146) |
4 | 16 |
5 Implement map collection for incremental marking. (issue 1465) | 17 Implement map collection for incremental marking. (issue 1465) |
6 | 18 |
7 Add toString method to CallSite (which describes a frame of the | 19 Add toString method to CallSite (which describes a frame of the |
8 stack trace). | 20 stack trace). |
9 | 21 |
10 | 22 |
(...skipping 4132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4143 setting break points in them. | 4155 setting break points in them. |
4144 | 4156 |
4145 | 4157 |
4146 2008-07-03: Version 0.1.0 | 4158 2008-07-03: Version 0.1.0 |
4147 | 4159 |
4148 Initial export. | 4160 Initial export. |
4149 | 4161 |
4150 # Local Variables: | 4162 # Local Variables: |
4151 # mode:text | 4163 # mode:text |
4152 # End: | 4164 # End: |
OLD | NEW |