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/initrd | Bin 4096 -> 4096 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'arch/riscv64/conf/initrd') diff --git a/arch/riscv64/conf/initrd b/arch/riscv64/conf/initrd index eaefce2..c8d7253 100644 Binary files a/arch/riscv64/conf/initrd and b/arch/riscv64/conf/initrd differ -- cgit v1.3