On Wednesday, 1 November 2017 at 18:33:45 UTC, Iain Buclaw wrote:
On 1 November 2017 at 19:28, Johannes Pfau via Digitalmars-d
<[email protected]> wrote:
Am Wed, 01 Nov 2017 17:42:22 +0000
schrieb David Nadlinger <[email protected]>:
[...]
ARM: Fine. Android: probably won't work well. AFAIK we're only
missing emulated TLS / GC integration, so most test will pass
but real apps will crash because of GC memory corruption. I
guess I should finally get back to fixing that problem ;-)
OTOH Android doesn't even support GCC anymore, so I don't
really see much benefit in maintaining GDC Android support.
-- Johannes
What's the thread model on Android? You could perhaps get away
with --enable-threads=single.
I didn't pick this option up. We need multithreading.