[Webkit-unassigned] [Bug 25612] Add support for feature conditionals in the generated JSC bindings code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 08:50:22 PDT 2009


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





------- Comment #6 from hausmann at webkit.org  2009-05-22 08:50 PDT -------
(In reply to comment #5)
> Won't we still end up re-generating the code every time you change
> FEATURE_DEFINES?  We'll certainly do a full recompile (at least in xcode/gcc
> land), so this savings seems minimal.  It's not necessarily a bad idea though.

Yes, that is currently the case. However my long term goal is to have generated
files that can be used with different configurations without the need to
re-generate them. The generation can take a long time on older platforms :).

We're _almost_ there with the existing #ifdef's that exist for example for the
SVG files. AFAICS it's just a few IDL files that need tweaking :)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list