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]

Re: bbreorder odity


On Thu, Mar 15, 2001 at 02:02:38PM -0800, Dan Nicolaescu wrote:
> Is there anything that is supposed to duplicate the epilogue instead
> of doing a jump to the epilogue (of course if not using -Os)? 

Not at present.

> Is this desirable at all? It seems so, but there might be other
> implications that I am not aware of...

Depending on the size of the epilogue, yes.  It should probably
be done with generic block duplication code -- possibly under
control of the instruction scheduler.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]