[Webkit-unassigned] [Bug 143384] New: Some JSC Options refactoring and enhancements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 13:09:22 PDT 2015


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

            Bug ID: 143384
           Summary: Some JSC Options refactoring and enhancements
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

Create a better encapsulated Option class to make working with options easier.  This is a building block towards a JIT policy scaling debugging option I will introduce later.

This work entails:
1. Convert Options::Option into a public class Option (who works closely with Options).
2. Convert Options::EntryType into an enum class Options::Type and make it public.
3. Renamed Options::OPT_<option name> to Options::<option name>ID because it reads better.
4. Add misc methods to class Option to make it more useable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150403/895a5d47/attachment.html>


More information about the webkit-unassigned mailing list