[webkit-reviews] review granted: [Bug 113144] JSC_enableProfiler=true should also cause JSGlobalData to save the profiler output somewhere : [Attachment 194977] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 19:33:52 PDT 2013


Geoffrey Garen <ggaren at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 113144: JSC_enableProfiler=true should also cause JSGlobalData to save the
profiler output somewhere
https://bugs.webkit.org/show_bug.cgi?id=113144

Attachment 194977: the patch
https://bugs.webkit.org/attachment.cgi?id=194977&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=194977&action=review


r=me

> Source/JavaScriptCore/profiler/ProfilerDatabase.cpp:37
> +static SpinLock registrationLock;

Needs " = SPINLOCK_INITIALIZER;".


More information about the webkit-reviews mailing list