Bug 78871 - Add JSC code profiling support on Linux x86
Summary: Add JSC code profiling support on Linux x86
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-16 21:15 PST by Yuqiang Xian
Modified: 2012-02-16 23:13 PST (History)
3 users (show)

See Also:


Attachments
proposed patch (3.90 KB, patch)
2012-02-16 21:40 PST, Yuqiang Xian
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuqiang Xian 2012-02-16 21:15:28 PST
Though we won't do stack unwind for now as we cannot guarantee all the libraries are compiled without -fomit-frame-pointer.

Patch forthcoming.
Comment 1 Yuqiang Xian 2012-02-16 21:40:40 PST
Created attachment 127518 [details]
proposed patch
Comment 2 Yuqiang Xian 2012-02-16 23:13:20 PST
Landed: http://trac.webkit.org/changeset/108037