Merge: nitc/android: rely on Android's native stacktrace, drop MIPS support and tempo...
authorJean Privat <jean@pryen.org>
Mon, 9 Nov 2015 15:38:55 +0000 (10:38 -0500)
committerJean Privat <jean@pryen.org>
Mon, 9 Nov 2015 15:38:55 +0000 (10:38 -0500)
This PR tweaks basic Nit features on Android so it is more practical on the short-middle term.

It is better to not handle signals on Android so that it falls back on the Android stacktrace, which is pretty useful for debugging. We might want to handle the signals once we successfully integrate libunwind to the Android apps.

Dropping MIPS support saves some compilation time. The related commit can be reverted when supporting MIPS is useful.

This PR also deactivates the GC on Android as it is currently broken. Unexpected behaviors happen more frequently when using the Java FFI in a threaded app. There are possible solutions to this problem; newer versions of libgc are tweaked for Android, better compilation configs may help, and double checking the Android lib for objects that should be pinned for use from Java...

Pull-Request: #1819
Reviewed-by: Jean Privat <jean@pryen.org>

1  2 
src/compiler/abstract_compiler.nit

Simple merge