www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/02/13/18:16:01

From: "DeHackEd" <Not DOT given AT out>
References: <Pine DOT SGI DOT 3 DOT 96 DOT 980213101355 DOT 14775B-100000 AT maanantai DOT hit DOT fi>
Subject: Re: can i?
Date: Fri, 13 Feb 1998 17:12:19 -0500
Lines: 14
Message-ID: <eK#x0PNO9GA.203@upnetnews03>
Newsgroups: comp.os.msdos.djgpp
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

Juuso Vilmunen wrote in message ...
>How can I edit ASM code that DJGPP creates?
>
>Juuso
>
>
>
DOS Command:
gcc filename.c -S
Note: MUST be a capital S.

And keep in mind: it's not the standard syntax used by other compilers.


rogram starts, it loads a few HUGE
>arrays (which amount to 100Mb mentioned earlier). So at this moment
>Win95 starts an outstanding hard drive activity with no end in sight.
>In plain DOS everything works much faster (it takes about 30 seconds
>to start).
>So the question is : does anyone know how to set Win95 correctly to
>prevent this.
>Any ideas appreciated.
>
>Victor.

Nope. Best guess would be to dump EVERYTHING that is not necessary. This would
slow down the process. Windows95 is memory hungry, and there really isn't a way
round this.

Check for a function that would return the ammount of free physical memory, and
dynamicly allocate this memory. This is the best way. Windoze95 settings only
tell it what to excpet the program to want so it can be prepared.

Check the Windows System Monitor. It can tell you how many MB of REAL memory are
free. It can also tell you how many GB of memory are being used for garbage. (I
know what I typed - MB vs. GB).

--
DeHackEd
To email replyers - assemble by removing space:
dehacked 72 AT hotmail DOT com





- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019