From 3212707a9ab549119ad0ad6441a07fe774c99f3b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 27 Jul 2023 20:29:28 +0300 Subject: use nifty variable argument count trick + Found it in newlib. This allows the compiler to more effectively optimize away unnecessary register operations. Applied to both kernel and init.c for a slight speed increase. I really should move init.c to some other repository though, the binary files are starting to get annoying --- arch/riscv64/conf/init | Bin 3832 -> 3512 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'arch/riscv64/conf/init') diff --git a/arch/riscv64/conf/init b/arch/riscv64/conf/init index 6e28b9b..d04c492 100755 Binary files a/arch/riscv64/conf/init and b/arch/riscv64/conf/init differ -- cgit v1.3