Aurelien Jarno b41059dd9d tcg/optimize: track const/copy status separately
Instead of using an enum which could be either a copy or a const, track
them separately. This will be used in the next patch.

Constants are tracked through a bool. Copies are tracked by initializing
temp's next_copy and prev_copy to itself, allowing to simplify the code
a bit.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2015-08-24 11:10:53 -07:00
2015-07-08 13:11:01 +02:00
2015-08-14 09:51:31 -04:00
2015-08-18 17:06:41 +01:00
2015-08-18 11:08:59 -07:00
2015-08-18 17:06:41 +01:00
2015-07-24 13:57:44 +02:00
2015-08-18 17:06:41 +01:00
2015-07-27 22:44:47 +03:00
2015-08-14 23:40:32 +02:00
2015-08-14 23:40:32 +02:00
2015-06-12 13:42:17 +01:00
2015-07-07 09:22:40 +01:00
2015-07-27 22:44:47 +03:00
2015-08-19 16:29:53 +01:00
2015-07-27 22:44:47 +03:00
2015-07-24 13:57:45 +02:00
2015-07-24 13:57:45 +02:00
2015-07-24 13:57:45 +02:00
2015-05-11 08:59:07 -04:00
2015-05-22 15:58:22 -04:00
2015-08-19 16:29:53 +01:00
2015-08-11 23:15:55 +01:00
2015-06-23 17:46:20 +01:00

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

- QEMU team
Description
QEMU With E2K User Support
Readme 459 MiB
Languages
C 83.1%
C++ 6.3%
Python 3.2%
Dylan 2.8%
Shell 1.6%
Other 2.8%