On Mon, Mar 11, 2013 at 9:06 AM, David Chisnall <[email protected] > wrote:
> Hi Ivan, > > First, one caveat: ARM exceptions are still broken with LLVM, so should be > careful. Also, Clang 3.1 doesn't emit objc_msgSend() on ARM (or, at all, I > think) for the GNUstep runtime, so you will get bigger / slower code than > with Clang 3.2. > Thanks for the info. That's alright for now; NDK shipping with any build of clang is already an enormous improvement over being forced to build clang every time one wants to build Android binaries. For the patch, is it fixed by adding an explicit cast to pthread_mutex_t in > INIT_LOCK()? > Yes, it does. I've taken the liberty of committing the patch. Feel free to beat me with a stick if I did something wrong ;) -- Ivan Vučica - [email protected]
_______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
