[Webkit-unassigned] [Bug 133070] Remove unused JSC runtime options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 19 08:57:23 PDT 2014


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





--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org>  2014-05-19 08:57:45 PST ---
(From update of attachment 231691)
View in context: https://bugs.webkit.org/attachment.cgi?id=231691&action=review

> Source/JavaScriptCore/runtime/Options.h:-149
> -    v(bool, enableExperimentalFTLCoverage, false) \

It is unused now, but we shouldn't remove it until FTL is complete.
I think JSC developers will need this to add new experimental features.

> Source/JavaScriptCore/runtime/Options.h:-197
> -    v(unsigned, maximumInliningDepthForMustInline, 7) \
> -    v(unsigned, maximumInliningRecursionForMustInline, 3) \

These options were introduced by the cstack merge and were unused from the beginning.
Were they used only for developing in the branch?

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