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] | |
As you see below, the "node1->callers->inline_call" condition was converted into "node1->callers->inline_failed", not into a "!node1->callers->inline_failed".
Is this intentional or is it a typo?!
It is typo. Thanks for noticing it! (perhaps adding some function abstraction here would help) I tested it on Gerald's testcase and obviously it has no sites to be inlined once. Does fixing it fix the code size growth?
Yes. Thanks! It'll show up in CSiBE tomorrow.
Regards, Gábor Lóki
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |