This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Consider "important" candidates in ivopts


On Wed, Sep 29, 2004 at 01:37:07PM +0200, Zdenek Dvorak wrote:
> -       bitmap_a_and_b (asol, sol, use->related_cands);
> +       bitmap_a_or_b (asol, data->important_candidates, use->related_cands);
> +       bitmap_a_and_b (asol, asol, sol);

Perhaps I'm misunderstanding you, but doesn't this only increase
the number of candidates?  From the description, I would have 
expected you to use an AND here.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]