On Mon, Apr 4, 2011 at 9:25 PM, Nathan Froyd wrote:
> On Mon, Apr 04, 2011 at 09:01:20PM +0200, Steven Bosscher wrote:
>> On Mon, Apr 4, 2011 at 8:49 PM, Nathan Froyd
>> wrote:
>> > This patch does just what $SUBJECT suggests. Benefits:
>> >
>> > - Smaller data structures in combine;
>> > - Fre
On Mon, Apr 04, 2011 at 09:01:20PM +0200, Steven Bosscher wrote:
> On Mon, Apr 4, 2011 at 8:49 PM, Nathan Froyd wrote:
> > This patch does just what $SUBJECT suggests. Benefits:
> >
> > - Smaller data structures in combine;
> > - Freeing LOG_LINKS becomes much easier (don't have to transfer
> >
On Mon, Apr 4, 2011 at 8:49 PM, Nathan Froyd wrote:
> This patch does just what $SUBJECT suggests. Benefits:
>
> - Smaller data structures in combine;
> - Freeing LOG_LINKS becomes much easier (don't have to transfer
> everything to the INSN_LIST free list);
>
> Potential downsides:
>
> - Less s
This patch does just what $SUBJECT suggests. Benefits:
- Smaller data structures in combine;
- Freeing LOG_LINKS becomes much easier (don't have to transfer
everything to the INSN_LIST free list);
Potential downsides:
- Less sharing of INSN_LIST nodes might mean more cache thrashing.
Bootstr