On Fri, Mar 25, 2011 at 06:06, Richard Guenther <richard.guent...@gmail.com> wrote:
> You are not allowed to piggy-back on statements but only global things > like cgraph and varpool. There is no way to transition data from before > LTO to after associated with statements. And there never will be. But one could write out a table indexed by gimple statement uid. That would allow the pass to reconstruct the statement metadata on the way in. Diego.