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]
Other format: [Raw text]

Re: [patch] PR38584, inline heuristics run quadratic stack var packing


... and forgot to mention. Main reason why packing seemed worthwhile to
me are cases where early inlining inline many copies of same function
and introduces a lot of packing oppurtunities.  This tends to happen for
C++ programs when inlined function has static temporary. But I guess we
can see how the simpler implementation works and solve problems only if
they appear.

Honza


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