Update performance numbers using production flags.

This commit is contained in:
James Roseborough
2010-09-04 02:41:09 +00:00
parent aa572abd65
commit a17359716b
3 changed files with 23 additions and 15 deletions

View File

@@ -120,13 +120,13 @@ in comparison with the standard C distribution.
<tr valign="top">
<td></td>
<td></td>
<td>(interpreted)</td>
<td>18.355</td>
<td>33.953</td>
<td>48.088</td>
<td>18.339</td>
<td>-n (interpreted)</td>
<td>12.838</td>
<td>23.290</td>
<td>36.894</td>
<td>15.163</td>
<td></td>
<td>java -cp luaj-jse-2.0.jar lua fannkuch.lua 10</td></tr>
<td>java -cp luaj-jse-2.0.jar lua -n fannkuch.lua 10</td></tr>
<tr valign="top">
<td>lua</td>
<td>5.1.4</td>