This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Thu, Dec 12, 2002 at 04:39:25PM -0500, Peter Barada wrote: > While looking at the PIC code, I'm wondering if there is a way to > suppress setting up the global_table register if: > > 1) the funciton is static > 2) the function's address is not taken > 3) the function is a leaf. Would be very nice, no? Too bad we don't have (2). Other ports want this as well... r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |