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 | 22 |
| 23 <div class="subtitle"><h3>Version 6 (<a href="http://v8.googlecode.com/svn/data/
benchmarks/v6/run.html">link</a>)</h3></div> |
| 24 |
| 25 <p>Removed dead code from the RayTrace benchmark and changed the Splay |
| 26 benchmark to avoid converting the same numeric key to a string over |
| 27 and over again. |
| 28 </p> |
| 29 |
23 <div class="subtitle"><h3>Version 5 (<a href="http://v8.googlecode.com/svn/data/
benchmarks/v5/run.html">link</a>)</h3></div> | 30 <div class="subtitle"><h3>Version 5 (<a href="http://v8.googlecode.com/svn/data/
benchmarks/v5/run.html">link</a>)</h3></div> |
24 | 31 |
25 <p>Removed duplicate line in random seed code, and changed the name of | 32 <p>Removed duplicate line in random seed code, and changed the name of |
26 the Object.prototype.inherits function in the DeltaBlue benchmark to | 33 the Object.prototype.inherits function in the DeltaBlue benchmark to |
27 inheritsFrom to avoid name clashes when running in Chromium with | 34 inheritsFrom to avoid name clashes when running in Chromium with |
28 extensions enabled. | 35 extensions enabled. |
29 </p> | 36 </p> |
30 | 37 |
31 <div class="subtitle"><h3>Version 4 (<a href="http://v8.googlecode.com/svn/data/
benchmarks/v4/run.html">link</a>)</h3></div> | 38 <div class="subtitle"><h3>Version 4 (<a href="http://v8.googlecode.com/svn/data/
benchmarks/v4/run.html">link</a>)</h3></div> |
32 | 39 |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 | 84 |
78 <p>Initial release.</p> | 85 <p>Initial release.</p> |
79 | 86 |
80 </td><td style="text-align: center"> | 87 </td><td style="text-align: center"> |
81 </td></tr></table> | 88 </td></tr></table> |
82 | 89 |
83 </div> | 90 </div> |
84 | 91 |
85 </body> | 92 </body> |
86 </html> | 93 </html> |
OLD | NEW |