On Mon, 11 Oct 2021, 19:08 Xi Ruoyao via Gcc-help, <gcc-help@xxxxxxxxxxx> wrote: > > It's caused by inlining. -fno-inline should help in this case (why - > finline is even in -Og?) Because otherwise most C++ ends up stupidly slow.
On Mon, 11 Oct 2021, 19:08 Xi Ruoyao via Gcc-help, <gcc-help@xxxxxxxxxxx> wrote: > > It's caused by inlining. -fno-inline should help in this case (why - > finline is even in -Og?) Because otherwise most C++ ends up stupidly slow.