OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>V8 Benchmark Suite Revisions</title> | 3 <title>V8 Benchmark Suite Revisions</title> |
4 <link type="text/css" rel="stylesheet" href="style.css" /> | 4 <link type="text/css" rel="stylesheet" href="style.css" /> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <div> | 7 <div> |
8 <div class="title"><h1>V8 Benchmark Suite Revisions</h1></div> | 8 <div class="title"><h1>V8 Benchmark Suite Revisions</h1></div> |
9 <table> | 9 <table> |
10 <tr> | 10 <tr> |
11 <td class="contents"> | 11 <td class="contents"> |
12 | 12 |
13 <p> | 13 <p> |
14 | 14 |
15 The V8 benchmark suite is changed from time to time as we fix bugs or | 15 The V8 benchmark suite is changed from time to time as we fix bugs or |
16 expand the scope of the benchmarks. Here is a list of revisions, with | 16 expand the scope of the benchmarks. Here is a list of revisions, with |
17 a description of the changes made. Note that benchmark results are | 17 a description of the changes made. Note that benchmark results are |
18 not comparable unless both results are run with the same revision of | 18 not comparable unless both results are run with the same revision of |
19 the benchmark suite. | 19 the benchmark suite. |
20 | 20 |
21 </p> | 21 </p> |
| 22 <div class="subtitle"><h3>Version 7 (<a href="http://v8.googlecode.com/svn/data/
benchmarks/v7/run.html">link</a>)</h3></div> |
| 23 |
| 24 <p>This versions include the new Navier-Stokes benchmark, a 2D differential equa
tion solver that stresses arithmetic computations on double arrays.</p> |
22 | 25 |
23 <div class="subtitle"><h3>Version 6 (<a href="http://v8.googlecode.com/svn/data/
benchmarks/v6/run.html">link</a>)</h3></div> | 26 <div class="subtitle"><h3>Version 6 (<a href="http://v8.googlecode.com/svn/data/
benchmarks/v6/run.html">link</a>)</h3></div> |
24 | 27 |
25 <p>Removed dead code from the RayTrace benchmark and fixed a couple of | 28 <p>Removed dead code from the RayTrace benchmark and fixed a couple of |
26 typos in the DeltaBlue implementation. Changed the Splay benchmark to | 29 typos in the DeltaBlue implementation. Changed the Splay benchmark to |
27 avoid converting the same numeric key to a string over and over again | 30 avoid converting the same numeric key to a string over and over again |
28 and to avoid inserting and removing the same element repeatedly thus | 31 and to avoid inserting and removing the same element repeatedly thus |
29 increasing pressure on the memory subsystem. Changed the RegExp | 32 increasing pressure on the memory subsystem. Changed the RegExp |
30 benchmark to exercise the regular expression engine on different input | 33 benchmark to exercise the regular expression engine on different input |
31 strings.</p> | 34 strings.</p> |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 | 94 |
92 <p>Initial release.</p> | 95 <p>Initial release.</p> |
93 | 96 |
94 </td><td style="text-align: center"> | 97 </td><td style="text-align: center"> |
95 </td></tr></table> | 98 </td></tr></table> |
96 | 99 |
97 </div> | 100 </div> |
98 | 101 |
99 </body> | 102 </body> |
100 </html> | 103 </html> |
OLD | NEW |