Bug 128014 - Add options to force debugger / profiler bytecode generation.
Summary: Add options to force debugger / profiler bytecode generation.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 13:44 PST by Mark Lam
Modified: 2014-01-31 13:54 PST (History)
7 users (show)

See Also:


Attachments
the patch. (3.78 KB, patch)
2014-01-31 13:46 PST, Mark Lam
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2014-01-31 13:44:16 PST
Add Options::forceDebuggerBytecodeGeneration() and Options::forceProfilerBytecodeGeneration().  These options make it more convenient to do correctness testing when debugger / profiler bytecodes are generated.

These options are disabled by default.
Comment 1 Mark Lam 2014-01-31 13:46:27 PST
Created attachment 222844 [details]
the patch.
Comment 2 Mark Lam 2014-01-31 13:54:53 PST
Thanks.  Landed in r163197: <http://trac.webkit.org/r163197>.