This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
It it OK to use inline functions in GCC itself?
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 25 Mar 2004 00:33:43 -0500 (EST)
- Subject: It it OK to use inline functions in GCC itself?
Hi,
It it OK to use inline functions in GCC itself? I am guessing the
answer is yes given tree-flow.h from tree-ssa.
I just came across an idea of making RTL_CHECK* inline functions so
that when I preprocess GCC source files, they won't get too messy.
Kazu Hirat