OLD | NEW |
---|---|
1 2011-01-24: Version 3.0.10 | |
2 | |
3 Fixed External::Wrap for 64-bit addresses (issue 1037). | |
4 | |
5 Introduced MemoryMappedExternalResource for creating an external | |
6 resource from a memory mapped file for creating strings. | |
7 | |
8 Fixed incorrect .arguments variable proxy handling in the full | |
9 code generator (issue 1060). | |
10 | |
11 Introduced partial strict mode support which can be enabled | |
Mads Ager (chromium)
2011/01/24 11:57:43
Actually it is the other way. It is on by default
| |
12 by --strict-mode flag. | |
13 | |
14 Changed handling of errors occured when formatting error message to | |
Mads Ager (chromium)
2011/01/24 11:57:43
Changed formatting of recursive error messages to
| |
15 match Firefox and Safari recursive error messages | |
16 (issue http://crbug.com/70334). | |
17 | |
18 Fixed incorrect rounding for float-to-integer conversions for external | |
19 array types, which implement the Typed Array spec | |
20 (issue http://crbug.com/50972). | |
21 | |
22 Performance improvements on the IA32 platform. | |
23 | |
24 | |
1 2011-01-19: Version 3.0.9 | 25 2011-01-19: Version 3.0.9 |
2 | 26 |
3 Added basic GDB JIT Interface integration. | 27 Added basic GDB JIT Interface integration. |
4 | 28 |
5 Make invalid break/continue statements a syntax error instead of a | 29 Make invalid break/continue statements a syntax error instead of a |
6 runtime error. | 30 runtime error. |
7 | 31 |
8 | 32 |
9 2011-01-17: Version 3.0.8 | 33 2011-01-17: Version 3.0.8 |
10 | 34 |
(...skipping 2377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2388 | 2412 |
2389 Improved debugger support by allowing nested break points and by | 2413 Improved debugger support by allowing nested break points and by |
2390 dealing with stack-overflows when compiling functions before | 2414 dealing with stack-overflows when compiling functions before |
2391 setting break points in them. | 2415 setting break points in them. |
2392 | 2416 |
2393 | 2417 |
2394 2008-07-03: Version 0.1.0 | 2418 2008-07-03: Version 0.1.0 |
2395 | 2419 |
2396 Initial export. | 2420 Initial export. |
2397 | 2421 |
OLD | NEW |