delorie.com/archives/browse.cgi | search |
Date: | Thu, 28 Oct 1999 19:25:47 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | exph <quake AT megsinet DOT net> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: Advice needed: displaying many pcx images for emulator front end |
In-Reply-To: | <381787e8.11350866@news.anet.com> |
Message-ID: | <Pine.SUN.3.91.991028192231.9453J-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Wed, 27 Oct 1999, exph wrote: > Does shelling decrease mames performance? It does, to some extent. First, you have less memory in the child program. Second, the hardware keyboard handler installed by every DJGPP program steals a few cycles from the child (assuming the child chains to the previous keyboard handler). Whether these issues are of any significance in your case is something for you to test and decide. The memory-related issues are further discussed in section 15.8 of the DJGPP FAQ list.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |