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, Nov 20, 2003 at 01:13:11AM +0100, Jan Hubicka wrote: > We probably can massage things so the copying happens during inlining, > but I am not quite sure how to reach this.. Copying *does* happen during inlining. But if compilation happens before inlining, then we'll lower the TRY_FINALLY nodes and not be able to do anything with the lowered form. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |