[Webkit-unassigned] [Bug 69717] Fix value profiling in 32_64 JIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 9 07:09:58 PDT 2011


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





--- Comment #8 from Yuqiang Xian <yuqiang.xian at intel.com>  2011-10-09 07:09:58 PST ---
Thanks for your hints, Filip. I will try the approach you suggested next time.

BTW, one thing I think need to clarify is that the performance result of 32-bit DFG I pasted before is for the comparison between DFG w/o and w/ this patch (i.e. both have DFG turned on).

Here's the comparsion between w/o DFG and w/ DFG after this change, tested on Linux ia32. We still have two cases failed to run (stanford-crypto-ccm produces wrong results and stanford-crypto-sha256-iterative crashes) and under investigations.

TEST                     COMPARISON            FROM                 TO             DETAILS

=============================================================================

** TOTAL **:             1.39x as fast     9678.1ms +/- 0.0%   6970.3ms +/- 0.1%     significant

=============================================================================

  ai:                    2.68x as fast     2114.8ms +/- 0.1%    789.7ms +/- 0.1%     significant
    astar:               2.68x as fast     2114.8ms +/- 0.1%    789.7ms +/- 0.1%     significant

  audio:                 1.037x as fast    2349.3ms +/- 0.1%   2266.4ms +/- 0.2%     significant
    beat-detection:      1.090x as fast     711.5ms +/- 0.3%    652.5ms +/- 0.5%     significant
    dft:                 1.045x as fast     582.5ms +/- 0.4%    557.6ms +/- 0.3%     significant
    fft:                 1.113x as fast     528.4ms +/- 0.2%    474.6ms +/- 0.1%     significant
    oscillator:          *1.104x as slow*   526.9ms +/- 0.1%    581.7ms +/- 0.1%     significant

  imaging:               1.39x as fast     4082.4ms +/- 0.1%   2929.3ms +/- 0.1%     significant
    gaussian-blur:       1.98x as fast     2543.3ms +/- 0.1%   1284.9ms +/- 0.1%     significant
    darkroom:            *1.142x as slow*   630.0ms +/- 0.1%    719.5ms +/- 0.6%     significant
    desaturate:          *1.017x as slow*   909.1ms +/- 0.0%    924.9ms +/- 0.2%     significant

  json:                  *1.013x as slow*   212.0ms +/- 0.4%    214.8ms +/- 0.5%     significant
    parse-financial:     *1.010x as slow*    95.5ms +/- 0.4%     96.5ms +/- 0.5%     significant
    stringify-tinderbox: *1.015x as slow*   116.5ms +/- 0.5%    118.3ms +/- 0.7%     significant

  stanford:              1.194x as fast     919.6ms +/- 0.2%    770.1ms +/- 0.3%     significant
    crypto-aes:          ??                 170.1ms +/- 0.3%    171.6ms +/- 1.2%     not conclusive: might be *1.009x as slow*
    crypto-pbkdf2:       1.25x as fast      749.5ms +/- 0.2%    598.5ms +/- 0.1%     significant

-- 
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