qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Fiber switching and stack protection


From: Stefan Weil
Subject: Re: [Qemu-devel] Fiber switching and stack protection
Date: Thu, 12 Apr 2012 18:31:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20

Am 12.04.2012 12:18, schrieb Paolo Bonzini:
Il 12/04/2012 12:13, Kevin Wolf ha scritto:
I guess it's this non-thread-local TLS once again, basically a compiler bug.

Paolo, wasn't there a compiler option that works around the problem?

Kevin
I asked to test it (-D_MT) but never got any answer.

Paolo

I'd be surprised if defining _MT helped against compiler bugs.
It will change the declaration of some functions in stdio.h,
but the buggy compiler will still not create TLS.

Cheers,
Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]