This is the mail archive of the gcc-patches@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: block movement and eh


On Tue, Sep 21, 1999 at 12:03:31PM -0700, Jason Merrill wrote:
> Thanks.  Want to do regmove and sibcall, too?  :)

Sibcall is trivial, btw.  We cannot perform the transformation
iff there exists an EDGE_ABNORMAL_CALL edge out of the block.

Regmove is more work, as it needs to use the CFG at all.  It's
easy to get at the information it wants though.



r~


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