OLD | NEW |
| 1 2013-01-24: Version 3.16.9 |
| 2 |
| 3 Made embedded maps in optimized code weak. |
| 4 (issue 2073) |
| 5 |
| 6 Fixed corner case when JSFunction is evicted from flusher. |
| 7 (Chromium issue 168801) |
| 8 |
| 9 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv. |
| 10 (Chromium issue 171641) |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
1 2013-01-23: Version 3.16.8 | 15 2013-01-23: Version 3.16.8 |
2 | 16 |
3 Correctly reset lastIndex in an RegExp object. | 17 Correctly reset lastIndex in an RegExp object. |
4 (Chromium issue 170856) | 18 (Chromium issue 170856) |
5 | 19 |
6 Added a workaround for Windows compilation problems related to V8EXPORT. | 20 Added a workaround for Windows compilation problems related to V8EXPORT. |
7 (issue 2507) | 21 (issue 2507) |
8 | 22 |
9 tools/run-tests.py: shlex.split() the value of --command-prefix | 23 tools/run-tests.py: shlex.split() the value of --command-prefix |
10 (Chromium issue 171553) | 24 (Chromium issue 171553) |
(...skipping 4981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4992 setting break points in them. | 5006 setting break points in them. |
4993 | 5007 |
4994 | 5008 |
4995 2008-07-03: Version 0.1.0 | 5009 2008-07-03: Version 0.1.0 |
4996 | 5010 |
4997 Initial export. | 5011 Initial export. |
4998 | 5012 |
4999 # Local Variables: | 5013 # Local Variables: |
5000 # mode:text | 5014 # mode:text |
5001 # End: | 5015 # End: |
OLD | NEW |