| OLD | NEW |
| 1 2010-05-21: Version 2.2.11 |
| 2 |
| 3 Fix crash bug in liveedit on 64 bit. |
| 4 |
| 5 Use 'full compiler' when debugging is active. This should increase |
| 6 the density of possible break points, making single step more fine |
| 7 grained. This will only take effect for functions compiled after |
| 8 debugging has been started, so recompilation of all functions is |
| 9 required to get the full effect. IA32 and x64 only for now. |
| 10 |
| 11 Misc. fixes to the Solaris build. |
| 12 |
| 13 Add new flags --print-cumulative-gc-stat and --trace-gc-nvp. |
| 14 |
| 15 Add filtering of CPU profiles by security context. |
| 16 |
| 17 Fix crash bug on ARM when running without VFP2 or VFP3. |
| 18 |
| 19 Incremental performance improvements in all backends. |
| 20 |
| 21 |
| 1 2010-05-17: Version 2.2.10 | 22 2010-05-17: Version 2.2.10 |
| 2 | 23 |
| 3 Performance improvements in the x64 and ARM backends. | 24 Performance improvements in the x64 and ARM backends. |
| 4 | 25 |
| 5 | 26 |
| 6 2010-05-10: Version 2.2.9 | 27 2010-05-10: Version 2.2.9 |
| 7 | 28 |
| 8 Allow Object.create to be called with a function (issue 697). | 29 Allow Object.create to be called with a function (issue 697). |
| 9 | 30 |
| 10 Fixed bug with Date.parse returning a non-NaN value when called on a | 31 Fixed bug with Date.parse returning a non-NaN value when called on a |
| 11 non date string (issue 696). | 32 non date string (issue 696). |
| 12 | 33 |
| 13 Allow unaligned memory accesses on ARM targets that support it (by | 34 Allow unaligned memory accesses on ARM targets that support it (by |
| 14 » Subrato K De of CodeAurora <subratokde@codeaurora.org>). | 35 Subrato K De of CodeAurora <subratokde@codeaurora.org>). |
| 15 | 36 |
| 16 C++ API for retrieving JavaScript stack trace information. | 37 C++ API for retrieving JavaScript stack trace information. |
| 17 | 38 |
| 18 | 39 |
| 19 2010-05-05: Version 2.2.8 | 40 2010-05-05: Version 2.2.8 |
| 20 | 41 |
| 21 Performance improvements in the x64 and ARM backends. | 42 Performance improvements in the x64 and ARM backends. |
| 22 | 43 |
| 23 | 44 |
| 24 2010-05-03: Version 2.2.7 | 45 2010-05-03: Version 2.2.7 |
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1686 | 1707 |
| 1687 Improved debugger support by allowing nested break points and by | 1708 Improved debugger support by allowing nested break points and by |
| 1688 dealing with stack-overflows when compiling functions before | 1709 dealing with stack-overflows when compiling functions before |
| 1689 setting break points in them. | 1710 setting break points in them. |
| 1690 | 1711 |
| 1691 | 1712 |
| 1692 2008-07-03: Version 0.1.0 | 1713 2008-07-03: Version 0.1.0 |
| 1693 | 1714 |
| 1694 Initial export. | 1715 Initial export. |
| 1695 | 1716 |
| OLD | NEW |