kern: tweak optimization settings for hot paths
This commit is contained in:
@@ -528,6 +528,7 @@ namespace ams::svc::codegen::impl {
|
||||
|
||||
/* Set omit-frame-pointer to prevent GCC from emitting MOV X29, SP instructions. */
|
||||
#pragma GCC push_options
|
||||
#pragma GCC optimize ("-O2")
|
||||
#pragma GCC optimize ("omit-frame-pointer")
|
||||
|
||||
static ALWAYS_INLINE ReturnType WrapSvcFunction() {
|
||||
|
||||
Reference in New Issue
Block a user