| OLD | NEW |
| 1 2014-01-02: Version 3.24.9 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
| 6 2013-12-30: Version 3.24.8 |
| 7 |
| 8 ARM: fix loading of global object in LWrapReceiver (Chromium issue |
| 9 318420). |
| 10 |
| 11 Fix a race between concurrent recompilation and OSR (Chromium issue |
| 12 330046). |
| 13 |
| 14 Turn off concurrent sweeping (issue 3071). |
| 15 |
| 16 Performance and stability improvements on all platforms. |
| 17 |
| 18 |
| 19 2013-12-23: Version 3.24.7 |
| 20 |
| 21 Fix small spec violation in String.prototype.split (issue 3026). |
| 22 |
| 23 Correctly resolve forcibly context allocated parameters in debug- |
| 24 evaluate (Chromium issue 325676). |
| 25 |
| 26 Introduce Function::GetBoundFunction. |
| 27 |
| 28 Performance and stability improvements on all platforms. |
| 29 |
| 30 |
| 31 2013-12-20: Version 3.24.6 |
| 32 |
| 33 Performance and stability improvements on all platforms. |
| 34 |
| 35 |
| 36 2013-12-19: Version 3.24.5 |
| 37 |
| 38 Performance and stability improvements on all platforms. |
| 39 |
| 40 |
| 41 2013-12-18: Version 3.24.4 |
| 42 |
| 43 Removed all stuff marked as V8_DEPRECATED. |
| 44 |
| 45 Performance and stability improvements on all platforms. |
| 46 |
| 47 |
| 48 2013-12-17: Version 3.24.3 |
| 49 |
| 50 Performance and stability improvements on all platforms. |
| 51 |
| 52 |
| 53 2013-12-17: Version 3.24.2 |
| 54 |
| 55 Flush instruction cache for deserialized code objects. |
| 56 |
| 57 Performance and stability improvements on all platforms. |
| 58 |
| 59 |
| 60 2013-12-13: Version 3.24.1 |
| 61 |
| 62 Fix polymorphic inlined calls with migrating prototypes. |
| 63 |
| 64 Fixed global object leak caused by overwriting the global receiver (the |
| 65 global proxy) in the global object with the global object itself |
| 66 (Chromium issue 324812). |
| 67 |
| 68 Initialize Date parse cache with SMI instead of double to workaround |
| 69 sharing mutable heap numbers in snapshot (Chromium issue 280531). |
| 70 |
| 71 Switch armv7 setting to arm_version==7 in v8 gyp files (Chromium issue |
| 72 234135). |
| 73 |
| 74 Performance and stability improvements on all platforms. |
| 75 |
| 76 |
| 77 2013-12-09: Version 3.24.0 |
| 78 |
| 79 Performance and stability improvements on all platforms. |
| 80 |
| 81 |
| 1 2013-12-04: Version 3.23.18 | 82 2013-12-04: Version 3.23.18 |
| 2 | 83 |
| 3 Performance and stability improvements on all platforms. | 84 Performance and stability improvements on all platforms. |
| 4 | 85 |
| 5 | 86 |
| 6 2013-12-03: Version 3.23.17 | 87 2013-12-03: Version 3.23.17 |
| 7 | 88 |
| 8 Performance and stability improvements on all platforms. | 89 Performance and stability improvements on all platforms. |
| 9 | 90 |
| 10 | 91 |
| (...skipping 6349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6360 setting break points in them. | 6441 setting break points in them. |
| 6361 | 6442 |
| 6362 | 6443 |
| 6363 2008-07-03: Version 0.1.0 | 6444 2008-07-03: Version 0.1.0 |
| 6364 | 6445 |
| 6365 Initial export. | 6446 Initial export. |
| 6366 | 6447 |
| 6367 # Local Variables: | 6448 # Local Variables: |
| 6368 # mode:text | 6449 # mode:text |
| 6369 # End: | 6450 # End: |
| OLD | NEW |