Xref: utzoo comp.sys.mac.programmer:16753 comp.sys.mac.apps:1155 comp.sys.mac.misc:2239 Path: utzoo!attcan!uunet!snorkelwacker!apple!well!oster From: oster@well.sf.ca.us (David Phillip Oster) Newsgroups: comp.sys.mac.programmer,comp.sys.mac.apps,comp.sys.mac.misc Subject: Re: only 4096 jump table entries? Message-ID: <19560@well.sf.ca.us> Date: 15 Aug 90 08:12:21 GMT References: <90Aug12.203522edt.19099@me.utoronto.ca> Distribution: comp Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 14 My programs are often 3-4 meg of source. The 4096 entries in the jump table limit has never bitten me. I write in C, and group my routines logically by file, and declare as many routines as possible static example: static int FuncOfnoInterestOutsidethisFile(){} this is good style, it means I KNOW this function is not called outside this file, and it takes 0 entries in the jump table. In pascal, nesting procedures gives the same good effect. -- -- David Phillip Oster - Note new signature. Old one has gone Bye Bye. -- oster@well.sf.ca.us = {backbone}!well!oster