[Webkit-unassigned] [Bug 72960] Allow JSC heuristics to be set on the command-line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 02:08:10 PST 2011


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





--- Comment #10 from Andy Wingo <wingo at igalia.com>  2011-11-30 02:08:10 PST ---
(In reply to comment #9)
> I’m a little skeptical of the value of this patch though. These heuristics are infrequently changed. In the rare even that someone wants to experiment with tuning them it’s straightforward to tweak the constants in the source.

This is a good argument with the current set of heuristics.  But with future boolean flags, I think that command-line integration is a lot more convincing.  Two examples: the JVM flags:

  http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html

and the V8 flags:

  http://paste.lisp.org/display/126181

If your main concern is the specific interface offered by jsc, another option would be to create another binary.  WDYT?  I think it's useful to have these options in JSC proper, but there is definitely room to disagree.

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