Re: [webkit-dev] Alignment issues in MIPS

2010-04-06 Thread Luciano Montanaro
uestions: > > 1) Has anyone found similar alignment problems compiling webkit for MIPS? If > so, how were they fixed? > > 2) Is there any standard way of forcing alignment of doubles to 8 bytes > boundary through compiler options (i'm using gcc 4.3.2)? > -- Lucia

[webkit-dev] Making use of a KJS_EXPORT macro

2007-06-01 Thread Luciano Montanaro
Hi all. I'm trying to reconcile the KJS and JSC repositories, and one of the differences I have found is the usage of the KJS_EXPORT macro, which expands to __attribute ((visibility("default"))) on GCC and __declspec(dllexport) or __declspec(dllimport) on Microsoft compilers. I think it's a use