[webkit-dev] request to add SH4 platform
Simone Fiorentino
simone.fiorentino at consulenti.fastweb.it
Thu Mar 5 05:33:27 PST 2009
Hi,
I would like to gratify you for your great work.
I'm working in porting WebKit for SH4 platform.
I had some problems related to non-aligned memory accesses as done in
WebCore::equal(StringImpl* string, const UChar* characters, unsigned length)
function for the SH4 platform.
My question is: can you add support in WebKit sources for SH4 platform?
In attachment you can find two little patches (against WebKit trunk) that
introduce the SH4 platform and solves the non-aligned memory accesses (I use
the same code as per ARM platform).
Best regards.
Tnx,
Simone.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Platform.h.patch
Type: text/x-diff
Size: 372 bytes
Desc: not available
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090305/b705ea68/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AtomicString.cpp.patch
Type: text/x-diff
Size: 525 bytes
Desc: not available
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090305/b705ea68/attachment-0001.bin>
More information about the webkit-dev
mailing list