[Webkit-unassigned] [Bug 69469] New: [GTK][V8] Add JSC compilation option to configure.ac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 5 15:03:43 PDT 2011


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

           Summary: [GTK][V8] Add JSC compilation option to configure.ac
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nayankk at motorola.com


This is the first of patches to port V8 to WebKit-GTK. Idea is to provide a configurable option to choose either JSC or V8 as JS backend.

This patch just add a command line switch called '--with-jsengine=[jsc/v8]' (for now only jsc is allowed) for compiling either JSC or V8 as JS backend. This defaults to JSC.

There are total 13 patches to cover whole V8 porting work (as per the current split) and all of them have been rebase'd and pushed to my gitorious branch at https://gitorious.org/~nayankk/webkit/nayankk-webkit, branch v8-new (Push is still on-going). I will create bugs and submit the patches here step-by-step.

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