Re: [PATCH] riscv: Improve sbi_ecall() code generation by reordering arguments
From: Qingfang Deng
Date: Sat Mar 23 2024 - 02:26:46 EST
Hi Alexandre,
You can simply make sbi_ecall `__always_inline`, so the C function call
overhead can be fully avoided.