intel / ccc-linux-guest-hardening

Linux Security Hardening for Confidential Compute
https://intel.github.io/ccc-linux-guest-hardening-docs
MIT License
64 stars 13 forks source link

docs: clarify use of noinline to prevent waiting #88

Closed williamcroberts closed 1 year ago

williamcroberts commented 1 year ago

The example shows using noinline attribute to prevent function inlining and the issues that occur when GCC inlines functions, but the notes section fails to highlight this as a way to prevent implicit inlining.

Signed-off-by: William Roberts william.c.roberts@intel.com