Date: Tue, 25 Nov 1997 13:43:08 +0200 (IST) From: Eli Zaretskii To: Charles Sandmann cc: djgpp-workers AT delorie DOT com Subject: Re: Possible enhancements on v2.02 In-Reply-To: <9711241629.AA15768@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 24 Nov 1997, Charles Sandmann wrote: > Images should always start as unixy sbrk(), and convert to non-move > only as required by out of memory, nearptr_enable, crt0 flag, or maybe > environment var. Non-move sbrk() should use variable block sizes to > prevent the out of memory handles problem. These seem to me as two independent enhancements. Am I correct in assuming that the automatic switch to non-move sbrk can be implemented independently of the non-move sbrk enhancements? If so, is there something in the current design that should prevent adding the automatic switch in the most naive way (i.e., in all the cases you named just set the flag)?