Mail Archives: cygwin-developers/1998/04/08/13:35:17
Geoffrey Noer wrote:
> > - heap_chunk_in_mb = reg.get_key ().get_int ("heap_chunk_in_mb", 8);
> > + heap_chunk_in_mb = reg.get_key ().get_int ("heap_chunk_in_mb", 128);
> > if (heap_chunk_in_mb < 4)
> > {
> > heap_chunk_in_mb = 4;
>
> Are there reasons why I shouldn't make this change?
>
With this change the heap is allocated after cygwinb19.dll (adresses
0x1000XXXX). Some shitware (for example, Xemacs, configured without
"--gung-ho" option) thinks that all pointers have the highest byte set to
zero and uses this byte for storing some internal info.
--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
- Raw text -