Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!gatech!udel!new From: new@udel.EDU (Darren New) Newsgroups: comp.sys.amiga Subject: Re: shared/loaded libraries vs. resident Message-ID: <13880@louie.udel.EDU> Date: 24 Apr 89 16:56:38 GMT References: <13492@louie.udel.EDU> <8635@polya.Stanford.EDU> <4YHrsOy00UkaA1YJRE@andrew.cmu.edu> Sender: usenet@udel.EDU Reply-To: new@udel.EDU (Darren New) Organization: University of Delaware Lines: 7 Also, you can "cheat" if you are calling your own support library from your own code by caching the absolute address of the routines once you have openned the library. I don't recommend this because later SetFunction calls and possibly OS upgrades will screw up your older code. It is DISTINCTLY against the programming guidelines for the Amiga. But if 28 clock cycles spell the difference between a comercial product and going out of business, you might consider it.