[Webkit-unassigned] [Bug 117205] Update udis86 to a more recent version

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 09:13:30 PDT 2013


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





--- Comment #11 from Brendan Long <b.long at cablelabs.com>  2013-06-05 09:12:03 PST ---
Created an attachment (id=203857)
 --> (https://bugs.webkit.org/attachment.cgi?id=203857&action=review)
jsc profile output before patch

This what I get if I run:

    WebKitBuild/Debug/bin/jsc PerformanceTests/SunSpider/tests/sunspider-1.0/crypto-aes.js -p with-patch.json

I found it useful to pretty-print it with Python and then get a diff against the before-patch version (I'll upload that too):

    cat with-patch.json | python3 -mjson.tool > with-patch-pretty.json
    cat without-patch.json | python3 -mjson.tool > without-patch-pretty.json
    diff -u without-patch-pretty.json with-patch-pretty.json

It's still pretty long, but it looks like the differences are just because the memory locations aren't deterministic.

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