[EMAIL PROTECTED] (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


_______________________________________________
Gnu-arch-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-arch-users

GNU arch home page:
http://savannah.gnu.org/projects/gnu-arch/

Reply via email to