marcel 4e38a7aca1 Build the kernel with -mconstant-gp. This means that function calls,
with the exception of indirect function calls, are assumed to be
intra load module and thus that GP will be the same. This avoids
saving, setting and restoring GP for each function call and
reduces the kernel with ~320KB. There's obviously a performance
benefit as well.

Note that since we generally don't know if calls will be intra or
inter load module when we're compiling kernel modules, -mconstant-gp
cannot be used for modules.
2002-10-13 07:07:51 +00:00
..
2002-09-19 05:11:15 +00:00
2002-10-13 02:52:22 +00:00
2001-10-08 10:43:34 +00:00
2002-09-16 07:19:43 +00:00
2002-09-19 05:09:27 +00:00