[Webkit-unassigned] [Bug 72889] Add interface for runtime option settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 10:51:27 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72889





--- Comment #9 from Filip Pizlo <fpizlo at apple.com>  2011-11-21 10:51:26 PST ---
Is it really necessary for this to be per-instance?  I can appreciate what the Options object might give us, but it would be unfortunate if the code became more complex in order to support per-instance run-time knobs.

Note that there is already a facility to support per-process run-time knobs.  See Heuristics.cpp.  It almost feels like this would have a better over balance between flexibility and code cleanliness if we just renamed Heuristics to Options, and started moving things like the byte code generator's dump flag into Options.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list