Boost logo

Boost :

Subject: Re: [boost] [interprocess] default constructors
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-12-05 19:59:11


Emil Dotchevski wrote:

> I don't see how const-propagation is relevant here, but regardless --
> const-propagation rarely (if ever) leads to optimization
> possibilities.

It is certainly one of the most (if not the most) important optimization
in a compiler.
http://en.wikipedia.org/wiki/Constant_folding

sparse conditional constant propagation is probably quite necessary for
good propagation across branches.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk