Re: Global analysis of RTL

2017-10-19 Thread Geoff Wozniak
R0b0t1 writes: When I first looked at the GCC codebase, it seemed to me that most operations should be done on the GIMPLE representation as it contains the most information. Is there any reason you gravitated towards RTL? Naiveté, really. My team and I didn’t know much about the code base

Global analysis of RTL

2017-10-13 Thread Geoff Wozniak
My team and I are working on a procedural abstraction (PA) optimization for GCC based on the ARM Embedded Toolchain distribution that uses GCC 6.2.1. Our initial attempt to get something functional has been successful, but it is a very messy solution because we don't see a reasonable way to do