Subject: re: sys/lib/libsa: Cleanup and making stuff "smaller". To: None <tech-kern@netbsd.org> From: matthew green <mrg@eterna.com.au> List: tech-kern Date: 02/23/1999 14:13:07
Cool. -Os reduced the code size from 7584 bytes to 7520 bytes (saving
64 bytes), but adding -fno-gcse after that increased code size by 16
bytes.
is this surprising? i mean, the E in GSCE is *elimination*...