Path: utzoo!attcan!uunet!wuarchive!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!dewey.soe.berkeley.edu!oster From: oster@dewey.soe.berkeley.edu (David Phillip Oster) Newsgroups: comp.sys.mac.programmer Subject: Re: THINK C build speed-up Message-ID: <32366@ucbvax.BERKELEY.EDU> Date: 5 Nov 89 02:08:23 GMT References: <5804@ucdavis.ucdavis.edu> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: oster@dewey.soe.berkeley.edu.UUCP (David Phillip Oster) Organization: School of Education, UC-Berkeley Lines: 9 I would expect an application built from THINK C to be slightly faster than running the project, because any GetResource() of code will have to search the resource map of the ".rsrc" file, fail to find it there, and have to go to the resource map of the ".proj" file to find the resource. As an application, it would find it in its own resource file. A little faster. LightSpeed Pascal code was full of no-ops, to leave hooks for the debugger. THINK C doesn't work that way.