gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] Re: tla suggestions


From: Matthieu Moy
Subject: [Gnu-arch-users] Re: tla suggestions
Date: Tue, 21 Jun 2005 10:49:19 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

address@hidden (James Blackwell) writes:

> 1. If sparse is set: 
>    implicitely add this revision to the library
>    implicitely remove prev revision from the library

Good point. This could even give better performance: I do

build_link_tree old_lib tmp
apply_changeset tmp
mv tmp new_lib

I could do

mv old_lib tmp
apply_changeset tmp
mv tmp new_lib

The "mv" should be faster than the "build_link_tree".

> 2. what's up with the name "arch_recycle_library?" 

inspired from "arch_recycle_pristine" ;-)

> Is there a better name
> for this, possibly arch_recycle_revision? 

Why not.

-- 
Matthieu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]