Skip to content

Commit

Permalink
Fix typo: minimum V8 version should be 3.x, not 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mraleph committed Jan 16, 2015
1 parent 4e29561 commit 13b3f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h3>WebRebels 2014</h3>
<h2>Compilation Artifacts Cheatsheet</h2>
<p>If you already have some artifacts collected go ahead and explore them with&nbsp;<i class="fa fa-folder-open"></i>&nbsp;otherwise here is how you can collect some.</p>
<h3>V8</h3>
<p class="alpha-warning">You need V8 version >= 2.24.39 to use IRHydra<sup>2</sup>. You can check <code>about:version</code> to see if your browser comes with the suitable version.</p>
<p class="alpha-warning">You need V8 version >= 3.24.39 to use IRHydra<sup>2</sup>. You can check <code>about:version</code> to see if your browser comes with the suitable version.</p>
<p>You need to pass the following flags to V8 to collect IR and deoptimization artifacts and be able to use source level view:</p>
<pre>
<span data-toggle="tooltip" data-title="Produce hydrogen.cfg containing high-level and low-level intermediate representations used by Crankshaft optimizing compiler.">--trace-hydrogen</span>
Expand Down

0 comments on commit 13b3f94

Please sign in to comment.