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]

Re: PROPOSAL: targetm.expand_tree_builtin hook


On Monday 10 May 2004 21:18, Ziemowit Laski wrote:
> It already lives in the apple-ppc-branch, but I thought it might be of
> more general interest.
> The hook would be invoked from c-common.c:expand_tree_builtin, and
> would facilitate target-specific, eager (i.e., the moment you see the
> function call) TREE-to-TREE transformations.

Sounds interesting, though I suppose it'd be nice if this would not
live in c-common.c but instead in one of the language independent
parts of the compiler.

Gr.
Steven



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