This is the mail archive of the gcc-help@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: Toy examples of pipeline descriptions with GCC's automata


On May 1, 2014, at 7:10 AM, Paulo Matos <paulo@matos-sorge.com> wrote:

> Hi,
> 
> I need a representative toy example of a pipeline description to explain GCC's automata but I can't find or create one that's either too trivial (something I write down in 10 mins) or too complex (from GCCs sources).
> 
> Does anyone here have anything that they use to explain this or know of any slides/papers online with this kind of stuff?

I suggest you try one of the "generic" automatons for some of architectures (search for "define_automaton" and then grep for "generic"), e.g., arm/arm-generic.md or mips/generic.md.

--
Maxim Kuvyrkov
www.linaro.org


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