<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LLInt should support other types of prototype GetById caching."
   href="https://bugs.webkit.org/show_bug.cgi?id=158083#c35">Comment # 35</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LLInt should support other types of prototype GetById caching."
   href="https://bugs.webkit.org/show_bug.cgi?id=158083">bug 158083</a>
              from <span class="vcard"><a class="email" href="mailto:ticaiolima&#64;gmail.com" title="Caio Lima &lt;ticaiolima&#64;gmail.com&gt;"> <span class="fn">Caio Lima</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=158083#c34">comment #34</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=158083#c32">comment #32</a>)
&gt; &gt; Created <span class=""><a href="attachment.cgi?id=280573" name="attach_280573" title="Cached Accessor's benchmark output">attachment 280573</a> <a href="attachment.cgi?id=280573&amp;action=edit" title="Cached Accessor's benchmark output">[details]</a></span>
&gt; &gt; Cached Accessor's benchmark output
&gt; 
&gt; You can compare two VMs directly using the `run-jsc-benchmarks` script. This
&gt; will give you nice output showing the differences so you don't have to
&gt; manually compare the results.
&gt; Like so:
&gt; `run-jsc-benchmarks baseline:&lt;pathToBaslineBuild&gt;/jsc 
&gt; changes:&lt;pathToChanges&gt;/jsc`
&gt; 
&gt; You can run individual benchmarks like (this runs only Kraken):
&gt; `run-jsc-benchmarks --kraken baseline:&lt;pathToBaslineBuild&gt;/jsc 
&gt; changes:&lt;pathToChanges&gt;/jsc`
&gt; 
&gt; You can make run-jsc-benchmarks run more iterations which is helpful for
&gt; noisy benchmarks. The default is 4 runs. This will make kraken run for 10
&gt; runs:
&gt; `run-jsc-benchmarks --kraken --outer 10 baseline:&lt;pathToBaslineBuild&gt;/jsc 
&gt; changes:&lt;pathToChanges&gt;/jsc`
&gt; 
&gt; You can also provide a regex to specify sub tests inside a benchmark suite.
&gt; This will run just ai-astar and audio-fft from kraken.
&gt; `run-jsc-benchmarks --kraken --benchmarks &quot;ai-astar|audio-fft&quot; 
&gt; baseline:&lt;pathToBaslineBuild&gt;/jsc  changes:&lt;pathToChanges&gt;/jsc`
&gt; 
&gt; 
&gt; Also, you should get yourself an Octane and Kraken. They can be found on
&gt; github I think. We don't bundle those benchmarks inside WebKit itself, but
&gt; run-jsc-benchmarks
&gt; will look for the following the following JSON file:
&gt; `~/.run-jsc-benchmarks`
&gt; Which specifies paths to where Octane/Kraken can be found.
&gt; 
&gt; My `~/.run-jsc-benchmarks` looks like:
&gt; ```
&gt; {
&gt;     &quot;OctanePath&quot;: &quot;/Volumes/Data/jsc-benchmarks/octane&quot;,
&gt;     &quot;KrakenPath&quot;: &quot;/Volumes/Data/jsc-benchmarks/kraken/tests/kraken-1.1&quot;
&gt; }
&gt; ```</span >

It is a nice information. BTW, How can I manage the DYLD_FRAMEWORK_PATH between 2 different builds?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>