diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-19 23:59:38 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-19 23:59:38 +0000 |
commit | 811d4cf4b08ba141b7f9c3481c5ab50d47123499 (patch) | |
tree | aa174f098eb3d5eddfea16a57934702b4c1109a5 /tcg/README | |
parent | 6b4c11cd8ee746c2da2de7c1b77cb932c93e5463 (diff) |
ARM host support for TCG targets.
Updated from previous version to use the tcg prologue/epilogue mechanism, may be slower than direct call.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4500 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/README')
-rw-r--r-- | tcg/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/README b/tcg/README index c879142141..9764c03ff3 100644 --- a/tcg/README +++ b/tcg/README @@ -75,7 +75,7 @@ depending on their declarations). * Helpers: Using the tcg_gen_helper_x_y it is possible to call any function -taking i32, i64 or pointer types types. Before calling an helper, all +taking i32, i64 or pointer types. Before calling an helper, all globals are stored at their canonical location and it is assumed that the function can modify them. In the future, function modifiers will be allowed to tell that the helper does not read or write some globals. |