Subject: Re: [Boost-users] Why use 'functional composition' with boost::bind
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-08-06 03:11:48


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.