From 19d2b5a469f9967894055581a4a640c6167cdc73 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Dec 2008 19:22:26 +0000 Subject: 2008-12-15 Joel Sherrill * user/init.t: Eliminate pointers to API configuration tables in the main configuration table. Reference the main configuration table and the API configuration tables directly using the confdefs.h version rather than obtaining a pointer to it. This eliminated some variables, a potential fatal error, some unnecessary default configuration structures. Overall, about a 4.5% reduction in the code size for minimum and hello on the SPARC. --- doc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 63540a1b81..80cc5b0ea7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2008-12-15 Joel Sherrill + + * user/init.t: Eliminate pointers to API configuration tables in the + main configuration table. Reference the main configuration table and + the API configuration tables directly using the confdefs.h version + rather than obtaining a pointer to it. This eliminated some + variables, a potential fatal error, some unnecessary default + configuration structures. Overall, about a 4.5% reduction in the code + size for minimum and hello on the SPARC. + 2008-12-14 Joel Sherrill * user/conf.t, user/region.t: Change sizes of heap/region and allocated -- cgit v1.2.3