Re: Some beginner's questions concerning doing instrumentation/analysis in GIMPLE

2019-01-14 Thread Richard Biener
On Thu, Jan 10, 2019 at 3:00 PM Carter Cheng wrote: > > Hello, > > I am trying to assess an idea and whether it is possible to implement a > certain idea as a gcc plugin. I look over some of the information on the > web and the gcc internals documentation but I cannot still figure out some > basic

Some beginner's questions concerning doing instrumentation/analysis in GIMPLE

2019-01-10 Thread Carter Cheng
Hello, I am trying to assess an idea and whether it is possible to implement a certain idea as a gcc plugin. I look over some of the information on the web and the gcc internals documentation but I cannot still figure out some basic things concerning manipulating GIMPLE in a plugin. 1) How does o