[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Silently lower nmerge; don't (sometimes incorrectly) range-c
From: |
Paul Eggert |
Subject: |
Re: [PATCH] Silently lower nmerge; don't (sometimes incorrectly) range-check it. |
Date: |
Fri, 13 Mar 2009 16:00:43 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) |
Pádraig Brady <address@hidden> writes:
> would RLIMIT_NOFILE be a better limit than INT_MAX if available?
No, as the later code will behave the same regardless of whether INT_MAX
or the NOFILE-limit value is used, and if we use INT_MAX we'll save a
system call.
However, also please see the patch "Use a heap for the internal merge"
which I just now submitted
<http://lists.gnu.org/archive/html/bug-coreutils/2009-03/msg00174.html>;
to some extent it makes this question moot.