| OLD | NEW |
| 1 2011-07-13: Version 3.4.12 |
| 2 |
| 3 Added --prof profiling option to d8 shell. |
| 4 |
| 5 Fixed a bug where reading a directory in d8 shell hangs (issue 1533). |
| 6 |
| 7 Fixed a potential assertion failure in const declarations. |
| 8 |
| 9 Fixed an assertion failure in descriptor arrays (issue 1526). |
| 10 |
| 11 Enabled fast thread-local storage by default on supported platforms. |
| 12 |
| 13 Improved reporting of source position for global variable loads |
| 14 (issue 1527). |
| 15 |
| 16 |
| 1 2011-07-11: Version 3.4.11 | 17 2011-07-11: Version 3.4.11 |
| 2 | 18 |
| 3 Fixed MinGW32 build. | 19 Fixed MinGW32 build. |
| 4 | 20 |
| 5 Fixed a GC bug with RegExp code flushing. | 21 Fixed a GC bug with RegExp code flushing. |
| 6 | 22 |
| 7 Implemented Object.defineProperty for proxies. | 23 Implemented Object.defineProperty for proxies. |
| 8 | 24 |
| 9 Fixed a bug in for/in iteration of arguments objects (issue 1531). | 25 Fixed a bug in for/in iteration of arguments objects (issue 1531). |
| 10 | 26 |
| (...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3036 setting break points in them. | 3052 setting break points in them. |
| 3037 | 3053 |
| 3038 | 3054 |
| 3039 2008-07-03: Version 0.1.0 | 3055 2008-07-03: Version 0.1.0 |
| 3040 | 3056 |
| 3041 Initial export. | 3057 Initial export. |
| 3042 | 3058 |
| 3043 # Local Variables: | 3059 # Local Variables: |
| 3044 # mode:text | 3060 # mode:text |
| 3045 # End: | 3061 # End: |
| OLD | NEW |