OLD | NEW |
| 1 2012-04-10: Version 3.10.1 |
| 2 |
| 3 Fixed bug with arguments object in inlined functions (issue 2045). |
| 4 |
| 5 Fixed performance bug with lazy initialization (Chromium issue |
| 6 118686). |
| 7 |
| 8 Added suppport for Mac OS X 64bit builds with GYP. |
| 9 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>) |
| 10 |
| 11 Fixed bug with hidden properties (issue 2034). |
| 12 |
| 13 Fixed a performance bug when reloading pages (Chromium issue 117767, |
| 14 V8 issue 1902). |
| 15 |
| 16 Fixed bug when optimizing throw in top-level code (issue 2054). |
| 17 |
| 18 Fixed two bugs with array literals (issue 2055, Chromium issue 121407). |
| 19 |
| 20 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056). |
| 21 |
| 22 Fixed a bug with the new runtime profiler (Chromium issue 121147). |
| 23 |
| 24 Fixed compilation of V8 using uClibc. |
| 25 |
| 26 Optimized boot-up memory use. |
| 27 |
| 28 Optimized regular expressions. |
| 29 |
| 30 |
1 2012-03-30: Version 3.10.0 | 31 2012-03-30: Version 3.10.0 |
2 | 32 |
3 Fixed store IC writability check in strict mode | 33 Fixed store IC writability check in strict mode |
4 (Chromium issue 120099). | 34 (Chromium issue 120099). |
5 | 35 |
6 Resynchronize timers if the Windows system time was changed. | 36 Resynchronize timers if the Windows system time was changed. |
7 (Chromium issue 119815) | 37 (Chromium issue 119815) |
8 | 38 |
9 Removed "-mfloat-abi=hard" from host compiler cflags when building for | 39 Removed "-mfloat-abi=hard" from host compiler cflags when building for |
10 hardfp ARM | 40 hardfp ARM |
(...skipping 3944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3955 setting break points in them. | 3985 setting break points in them. |
3956 | 3986 |
3957 | 3987 |
3958 2008-07-03: Version 0.1.0 | 3988 2008-07-03: Version 0.1.0 |
3959 | 3989 |
3960 Initial export. | 3990 Initial export. |
3961 | 3991 |
3962 # Local Variables: | 3992 # Local Variables: |
3963 # mode:text | 3993 # mode:text |
3964 # End: | 3994 # End: |
OLD | NEW |