Paolo Bonzini d1d1b206b0 coroutine-ucontext: use __thread
ELF thread local storage is about 10% faster on tests/test-coroutine's
perf/cost test.  The timing on my machine is 190ns per iteration with
pthread TLS, 170 with ELF TLS.

Based on a patch by Kevin Wolf and Peter Lieven, but redone to follow
the model of coroutine-win32.c (including the important "noinline"
attribute!).

Platforms without thread-local storage (OpenBSD probably?) will need
a new-enough GCC for this to compile, in order to use the same emutls
support that Windows already relies on.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-id: 1417518350-6167-2-git-send-email-pbonzini@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2015-01-13 13:43:28 +00:00
2015-01-13 11:47:56 +00:00
2015-01-12 10:14:04 +01:00
2013-04-18 13:50:53 +02:00
2015-01-12 11:13:24 +00:00
2014-11-14 12:15:40 +01:00
2015-01-13 11:47:56 +00:00
2014-06-16 13:24:35 +02:00
2013-09-05 09:40:31 -05:00
2014-06-23 11:12:28 -04:00
2013-10-11 09:34:56 -07:00
2015-01-07 16:16:26 +01:00
2015-01-10 21:02:23 +00:00
2013-07-23 02:41:31 +02:00
2014-10-24 12:19:11 +01:00
2014-09-26 13:37:06 -04:00
2015-01-12 10:14:04 +01:00
2014-09-26 09:34:39 +01:00
2014-12-10 10:31:12 +01:00
2014-12-12 15:48:26 +00:00
2014-05-24 00:07:29 +04:00
2014-12-11 16:47:23 +00:00
2013-10-11 09:34:56 -07:00
2014-02-17 11:57:23 -05:00
2014-12-22 09:54:51 -07:00
2014-06-05 16:10:33 +02:00
2014-12-09 21:48:34 +00:00
2013-10-11 09:34:56 -07:00
2015-01-08 17:32:27 +00:00
2014-07-07 10:37:40 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
Readme 528 MiB
Languages
C 82.5%
C++ 7%
Python 3.3%
Dylan 2.8%
Shell 1.5%
Other 2.6%