OLD | NEW |
| 1 2013-03-18: Version 3.17.12 |
| 2 |
| 3 Unified kMaxArguments with number of bits used to encode it. |
| 4 (Chromium issue 211741) |
| 5 |
| 6 Fixed detection of |handle_smi| case in |
| 7 HOptimizedGraphBuilder::HandlePolymorphicCallNamed. |
| 8 (Chromium issue 196583) |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
1 2013-03-15: Version 3.17.11 | 13 2013-03-15: Version 3.17.11 |
2 | 14 |
3 Added a version of the v8::HandleScope constructor with an v8::Isolate | 15 Added a version of the v8::HandleScope constructor with an v8::Isolate |
4 parameter and made AdjustAmountOfExternalAllocatedMemory an instance | 16 parameter and made AdjustAmountOfExternalAllocatedMemory an instance |
5 method of v8::Isolate. | 17 method of v8::Isolate. |
6 (issue 2487) | 18 (issue 2487) |
7 | 19 |
8 Fixed two register allocator bugs (off-by-one error/failure | 20 Fixed two register allocator bugs (off-by-one error/failure |
9 propagation). (issue 2576) | 21 propagation). (issue 2576) |
10 | 22 |
(...skipping 5199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5210 setting break points in them. | 5222 setting break points in them. |
5211 | 5223 |
5212 | 5224 |
5213 2008-07-03: Version 0.1.0 | 5225 2008-07-03: Version 0.1.0 |
5214 | 5226 |
5215 Initial export. | 5227 Initial export. |
5216 | 5228 |
5217 # Local Variables: | 5229 # Local Variables: |
5218 # mode:text | 5230 # mode:text |
5219 # End: | 5231 # End: |
OLD | NEW |