* [Qemu-devel] [PATCH] tcg/README: Spelling fixes
@ 2011-01-07 20:34 Stefan Weil
2011-01-09 21:02 ` Blue Swirl
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2011-01-07 20:34 UTC (permalink / raw)
To: QEMU Developers
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
tcg/README | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tcg/README b/tcg/README
index 68d27ff..a2b69dd 100644
--- a/tcg/README
+++ b/tcg/README
@@ -75,11 +75,11 @@ destroyed, but local temporaries and globals are preserved.
* Helpers:
Using the tcg_gen_helper_x_y it is possible to call any function
-taking i32, i64 or pointer types. By default, before calling an helper,
+taking i32, i64 or pointer types. By default, before calling a helper,
all globals are stored at their canonical location and it is assumed
-that the function can modify them. This can be overriden by the
+that the function can modify them. This can be overridden by the
TCG_CALL_CONST function modifier. By default, the helper is allowed to
-modify the CPU state or raise an exception. This can be overriden by
+modify the CPU state or raise an exception. This can be overridden by
the TCG_CALL_PURE function modifier, in which case the call to the
function is removed if the return value is not used.
@@ -488,7 +488,7 @@ register.
the speed of the translation.
- Don't hesitate to use helpers for complicated or seldom used target
- intructions. There is little performance advantage in using TCG to
+ instructions. There is little performance advantage in using TCG to
implement target instructions taking more than about twenty TCG
instructions.
--
1.7.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] tcg/README: Spelling fixes
2011-01-07 20:34 [Qemu-devel] [PATCH] tcg/README: Spelling fixes Stefan Weil
@ 2011-01-09 21:02 ` Blue Swirl
0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2011-01-09 21:02 UTC (permalink / raw)
To: Stefan Weil; +Cc: QEMU Developers
Thanks, applied.
On Fri, Jan 7, 2011 at 8:34 PM, Stefan Weil <weil@mail.berlios.de> wrote:
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---
> tcg/README | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tcg/README b/tcg/README
> index 68d27ff..a2b69dd 100644
> --- a/tcg/README
> +++ b/tcg/README
> @@ -75,11 +75,11 @@ destroyed, but local temporaries and globals are preserved.
> * Helpers:
>
> Using the tcg_gen_helper_x_y it is possible to call any function
> -taking i32, i64 or pointer types. By default, before calling an helper,
> +taking i32, i64 or pointer types. By default, before calling a helper,
> all globals are stored at their canonical location and it is assumed
> -that the function can modify them. This can be overriden by the
> +that the function can modify them. This can be overridden by the
> TCG_CALL_CONST function modifier. By default, the helper is allowed to
> -modify the CPU state or raise an exception. This can be overriden by
> +modify the CPU state or raise an exception. This can be overridden by
> the TCG_CALL_PURE function modifier, in which case the call to the
> function is removed if the return value is not used.
>
> @@ -488,7 +488,7 @@ register.
> the speed of the translation.
>
> - Don't hesitate to use helpers for complicated or seldom used target
> - intructions. There is little performance advantage in using TCG to
> + instructions. There is little performance advantage in using TCG to
> implement target instructions taking more than about twenty TCG
> instructions.
>
> --
> 1.7.2.3
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-09 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 20:34 [Qemu-devel] [PATCH] tcg/README: Spelling fixes Stefan Weil
2011-01-09 21:02 ` Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).