6 Aug
2010
6 Aug
'10
7:11 a.m.
Le 05/08/2010 11:40, Christopher Jefferson wrote:
One very useful g++ flag is "-fdump-tree-all". This will dump out a number of files which show you how g++ is optimising the code. The format isn't documented, but it is fairly readable.
Isn't it GIMPLE? That's quite well documented.