On Tue, Nov 20, 2012 at 11:20 AM, Steven Bosscher wrote:
> On Mon, 19 Nov 2012 18:31:27 -0800, Lawrence Crowl wrote:
>
>> Richi, ping?
>
> Just guessing... isn't he simply out on Honeymoon?
>
> Those functions were introduced to handle alias sets for spill slots
> better, but IIRC this never worke
Hi,
On Tue, 20 Nov 2012, Steven Bosscher wrote:
> On Mon, 19 Nov 2012 18:31:27 -0800, Lawrence Crowl wrote:
>
> > Richi, ping?
>
> Just guessing... isn't he simply out on Honeymoon?
Yes, he'll be back next week.
Ciao,
Michael.
On Mon, 19 Nov 2012 18:31:27 -0800, Lawrence Crowl wrote:
> Richi, ping?
Just guessing... isn't he simply out on Honeymoon?
Those functions were introduced to handle alias sets for spill slots
better, but IIRC this never worked properly. The whole path through
dse_step2_spill is dead.
The code
On 11/12/12, Diego Novillo wrote:
> On Mon, Nov 12, 2012 at 2:31 PM, Lawrence Crowl wrote:
>> On 11/12/12, Lawrence Crowl wrote:
>>> It appears that
>>>
>>> static bitmap clear_alias_sets = NULL;
>>>
>>> is never set, and as a consequence
>>>
>>> clear_alias_set_lookup (alias_set_type alias_
On Mon, Nov 12, 2012 at 2:31 PM, Lawrence Crowl wrote:
> On 11/12/12, Lawrence Crowl wrote:
>> It appears that
>>
>> static bitmap clear_alias_sets = NULL;
>>
>> is never set, and as a consequence
>>
>> clear_alias_set_lookup (alias_set_type alias_set)
>>
>> is never called. This conclusion
On 11/12/12, Lawrence Crowl wrote:
> It appears that
>
> static bitmap clear_alias_sets = NULL;
>
> is never set, and as a consequence
>
> clear_alias_set_lookup (alias_set_type alias_set)
>
> is never called. This conclusion is reinforced because it
> unconditionally uses htab_t clear_alias_
It appears that
static bitmap clear_alias_sets = NULL;
is never set, and as a consequence
clear_alias_set_lookup (alias_set_type alias_set)
is never called. This conclusion is reinforced because it
unconditionally uses htab_t clear_alias_mode_table, which is never
allocated.
--
Lawrence