[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functi
From: |
Mulyadi Santosa |
Subject: |
Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions |
Date: |
Mon, 26 Sep 2011 15:01:07 +0700 |
Hi...
On Mon, Sep 26, 2011 at 14:46, Jan Kiszka <address@hidden> wrote:
> This increases the overhead of frequently executed helpers.
>
> Signed-off-by: Jan Kiszka <address@hidden>
IMHO, stack protector setup put more stuffs during epilogue, but quite
likely it is negligible unless it cause too much L1 cache misses. So,
I think this micro tuning is somewhat unnecessary but still okay.
Security wise, I think it's better to just leave it as is like now.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
- [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Jan Kiszka, 2011/09/26
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions,
Mulyadi Santosa <=
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Laurent Desnogues, 2011/09/26
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Avi Kivity, 2011/09/26
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Richard Henderson, 2011/09/26
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Avi Kivity, 2011/09/26
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Richard Henderson, 2011/09/26
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Avi Kivity, 2011/09/26
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Peter Maydell, 2011/09/26
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Avi Kivity, 2011/09/26
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Andi Kleen, 2011/09/27
- Re: [Qemu-devel] [PATCH] tcg: Remove stack protection from helper functions, Peter Maydell, 2011/09/27