| OLD | NEW |
| 1 2009-06-16: Version 1.2.8 |
| 2 |
| 3 Optimized math on ARM platforms. |
| 4 |
| 5 Fixed two crash bugs in the handling of getters and setters. |
| 6 |
| 7 Improved the debugger support by adding scope chain information. |
| 8 |
| 9 Improved the profiler support by compressing log data transmitted |
| 10 to clients. |
| 11 |
| 12 Improved overall performance. |
| 13 |
| 14 |
| 1 2009-06-08: Version 1.2.7 | 15 2009-06-08: Version 1.2.7 |
| 2 | 16 |
| 3 Improved debugger and profiler support. | 17 Improved debugger and profiler support. |
| 4 | 18 |
| 5 Reduced compilation time by improving the handling of deferred | 19 Reduced compilation time by improving the handling of deferred |
| 6 code. | 20 code. |
| 7 | 21 |
| 8 Optimized interceptor accesses where the property is on the object | 22 Optimized interceptor accesses where the property is on the object |
| 9 on which the interceptors is attached. | 23 on which the interceptors is attached. |
| 10 | 24 |
| (...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 | 968 |
| 955 Improved debugger support by allowing nested break points and by | 969 Improved debugger support by allowing nested break points and by |
| 956 dealing with stack-overflows when compiling functions before | 970 dealing with stack-overflows when compiling functions before |
| 957 setting break points in them. | 971 setting break points in them. |
| 958 | 972 |
| 959 | 973 |
| 960 2008-07-03: Version 0.1.0 | 974 2008-07-03: Version 0.1.0 |
| 961 | 975 |
| 962 Initial export. | 976 Initial export. |
| 963 | 977 |
| OLD | NEW |