[Webkit-unassigned] [Bug 32988] Add RVCT compiler optimization flag Otime

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 31 06:19:01 PST 2009


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





--- Comment #9 from Norbert Leser <norbert.leser at nokia.com>  2009-12-31 06:19:00 PST ---
(In reply to comment #8)
> Does this mean that WebCore/html/canvas/CanvasRenderingContext2D.cpp somehow
> includes JavaScriptCore/runtime/Structure.h - that does not quite make sense to
> me. 
> 
> If that is the case we should try to find the dependency chain and break it.

I don't disagree that there are structural flaws in the JavaScriptCore code.
However, the first thing that I'd like to be fixed is to resolve the implicit
dependencies between WebCore and JavaScriptCore. For instance, it is really
scary that when compiling webkit, JavaScriptCore picks up the conf.h from
WebCore rather than the one defined in JavaScriptCore. The code should really
be separated, and JavaScriptCore should have at least one common header for its
code.

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