Update of bug #15329 (project hurd):
Status: In Progress => Wont Fix
___
Follow-up Comment #4:
Support for zipped binaries has been removed in
23ca8f5f942f831ec5be3667fd0a29873fae2912 and
b2e27f
Justus Winter, le Tue 29 Apr 2014 13:32:09 +0200, a écrit :
> _ports_bucket_class_iterate creates a snapshot of the buckets hash
> table. This is done so that the lock protecting the hash table can be
> released while we iterate over the snapshot.
>
> Formerly, a linked list was used to store the
_ports_bucket_class_iterate creates a snapshot of the buckets hash
table. This is done so that the lock protecting the hash table can be
released while we iterate over the snapshot.
Formerly, a linked list was used to store the snapshot. As the
maximal number of items is known, using an array is