[Webkit-unassigned] [Bug 151016] New: create_hash_table should know whether a function is JSBuiltin or not.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 9 02:54:18 PST 2015


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

            Bug ID: 151016
           Summary: create_hash_table should know whether a function is
                    JSBuiltin or not.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com
                CC: lforschler at apple.com

If create_hash_table script knew whether a function is JSBuiltin or not, we could do the following:
- Simplify lut generated code (removing #if JSC_BUILTIN_EXIST...)
- Simplify JS built-in generated code (removal JSC_BUILTIN_EXIST macros generation)
- Include "JSCBuiltins.h" in the lut generated code only if the table contains a JS built-in function.

This could also simplify the build system by removing the "-b" option of the create_hash_table script.

-- 
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/20151109/d8cd6ef4/attachment-0001.html>


More information about the webkit-unassigned mailing list