[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs
From: |
Anthony PERARD |
Subject: |
Re: [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs |
Date: |
Wed, 27 Mar 2024 11:54:26 +0000 |
On Tue, Nov 14, 2023 at 03:38:04PM +0100, Philippe Mathieu-Daudé wrote:
> All these stubs are protected by a 'if (xen_enabled())' check.
Are you sure? There's still nothing that prevent a compiler from wanting
those, I don't think.
Sure, often compilers will remove dead code in `if(0){...}`, but there's
no guaranty, is there?
Cheers,
--
Anthony PERARD
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs,
Anthony PERARD <=