OLD | NEW |
| 1 2012-07-16: Version 3.12.12 |
| 2 |
| 3 Added an option to the tickprocessor to specify the directory for lib |
| 4 lookup. |
| 5 |
| 6 Fixed ICs for slow objects with native accessor (Chromium issue 137002). |
| 7 |
| 8 Fixed transcendental cache on ARM in optimized code (issue 2234). |
| 9 |
| 10 New heap inspection tools: counters for object sizes and counts, |
| 11 histograms for external fragmentation. |
| 12 |
| 13 Incorporated constness into inferred interfaces (in preparation for |
| 14 handling imports) (issue 1569). |
| 15 |
| 16 Performance and stability improvements on all platforms. |
| 17 |
| 18 |
1 2012-07-12: Version 3.12.11 | 19 2012-07-12: Version 3.12.11 |
2 | 20 |
3 Renamed "mips" arch to "mipsel" in the GYP build. | 21 Renamed "mips" arch to "mipsel" in the GYP build. |
4 | 22 |
5 Fixed computation of call targets on prototypes in Crankshaft. | 23 Fixed computation of call targets on prototypes in Crankshaft. |
6 (Chromium issue 125148) | 24 (Chromium issue 125148) |
7 | 25 |
8 Removed use of __lookupGetter__ when generating stack trace. | 26 Removed use of __lookupGetter__ when generating stack trace. |
9 (issue 1591) | 27 (issue 1591) |
10 | 28 |
(...skipping 4377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4388 setting break points in them. | 4406 setting break points in them. |
4389 | 4407 |
4390 | 4408 |
4391 2008-07-03: Version 0.1.0 | 4409 2008-07-03: Version 0.1.0 |
4392 | 4410 |
4393 Initial export. | 4411 Initial export. |
4394 | 4412 |
4395 # Local Variables: | 4413 # Local Variables: |
4396 # mode:text | 4414 # mode:text |
4397 # End: | 4415 # End: |
OLD | NEW |