Bug 128014

Summary: Add options to force debugger / profiler bytecode generation.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, joepeck, mhahnenberg, msaboff, oliver, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. oliver: review+

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