[Webkit-unassigned] [Bug 119737] [sh4] DFG_JIT implementation for sh4 architecture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 13 09:40:23 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119737





--- Comment #3 from Julien Brianceau <jbrianceau at nds.com>  2013-08-13 09:39:58 PST ---
Created an attachment (id=208642)
 --> (https://bugs.webkit.org/attachment.cgi?id=208642&action=review)
DFG_JIT implementation for sh4 architecture

I've tested this patch on my sh4 board using r153999 and I didn't see regressions when running
- Tools/Scripts/run-javascriptcore-tests
- Tools/Scripts/run-fast-jsc
- SunSpider 1.0
- v8-v4 test suite


v8-v4 test suite results on r153999 without this patch:

============================================
RESULTS (means and 95% confidence intervals)
--------------------------------------------
Total:             74696.0ms +/- 11.7%
--------------------------------------------

  v8:              74696.0ms +/- 11.7%
    crypto:        13296.7ms +/- 1.4%
    deltablue:     21649.7ms +/- 17.6%
    earley-boyer:   6108.0ms +/- 7.4%
    raytrace:       7092.7ms +/- 7.3%
    regexp:         6166.3ms +/- 1.2%
    richards:      15396.0ms +/- 43.9%
    splay:          4986.7ms +/- 6.6%




v8-v4 test suite results on r153999 with this patch:

============================================
RESULTS (means and 95% confidence intervals)
--------------------------------------------
Total:             36705.7ms +/- 0.7%
--------------------------------------------

  v8:              36705.7ms +/- 0.7%
    crypto:         4592.0ms +/- 0.5%
    deltablue:      7425.7ms +/- 1.6%
    earley-boyer:   4113.3ms +/- 0.2%
    raytrace:       5562.7ms +/- 1.1%
    regexp:         7486.7ms +/- 0.1%
    richards:       4316.7ms +/- 1.4%
    splay:          3208.7ms +/- 9.5%

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list