[Webkit-unassigned] [Bug 101740] [Qt][ARM]REGRESSION(r133985): It broke the build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 07:49:02 PST 2012


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





--- Comment #8 from Peter Gal <galpeter at inf.u-szeged.hu>  2012-11-09 07:50:40 PST ---
(In reply to comment #7)
> hmmm... maybe if I move the implementation of the emit{Int32,Double,..}PutByVal to the corresponding cpp it would be ok with the templates, but then it should be in both cpps.

I tried moving the implementation of these methods to the general parot of the JITPropertyAccess.cpp file, but The error message remained. After thinking it through the same situation occured.

So I think there is only 2 possible solution:
 1) use the my first patch which removes the template or
 2) move the emit{Int32,..}PutByVal implementation to both JITPropertyAccess files and there will be code duplication.

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