Bug 106700 - It should be possible to enable verbose printing of each OSR exit at run-time (rather than compile-time) and it should print register state
Summary: It should be possible to enable verbose printing of each OSR exit at run-time...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 14:09 PST by Filip Pizlo
Modified: 2013-01-12 01:35 PST (History)
8 users (show)

See Also:


Attachments
the patch (9.58 KB, patch)
2013-01-11 14:10 PST, Filip Pizlo
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-01-11 14:09:37 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2013-01-11 14:10:30 PST
Created attachment 182415 [details]
the patch
Comment 2 Mark Hahnenberg 2013-01-11 14:17:23 PST
Comment on attachment 182415 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=182415&action=review

r=me

> Source/JavaScriptCore/ChangeLog:3
> +        

No bug title.
Comment 3 Filip Pizlo 2013-01-11 14:20:04 PST
Landed in http://trac.webkit.org/changeset/139496
Comment 4 Csaba Osztrogonác 2013-01-12 01:35:30 PST
(In reply to comment #3)
> Landed in http://trac.webkit.org/changeset/139496

And buildfix landed in https://trac.webkit.org/changeset/139546.