mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 23:40:15 +00:00
2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* 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 <joel.sherrill@oarcorp.com>
|
||||
|
||||
* user/conf.t, user/region.t: Change sizes of heap/region and allocated
|
||||
|
||||
@@ -211,9 +211,7 @@ constants, usage, and status codes.
|
||||
@ifset is-C
|
||||
@findex rtems_initialize_data_structures
|
||||
@example
|
||||
void rtems_initialize_data_structures(
|
||||
rtems_configuration_table *configuration_table
|
||||
);
|
||||
void rtems_initialize_data_structures(void);
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
|
||||
Reference in New Issue
Block a user