Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!lsr From: lsr@Apple.com (Larry Rosenstein) Newsgroups: comp.sys.mac.programmer Subject: Re: HLock Function List Message-ID: <12189@goofy.Apple.COM> Date: 21 Feb 91 03:21:08 GMT References: <1991Feb20.042807.12553@ux1.cso.uiuc.edu> <6484@skye.cs.ed.ac.uk> Sender: usenet@Apple.COM Organization: Apple Computer, Inc. Lines: 10 In article <6484@skye.cs.ed.ac.uk>, nick@cs.edinburgh.ac.uk (Nick Rothwell) writes: > > I'm not sure the list is that useful, especially when you start running > INITs which patch otherwise memory-safe traps. If an INIT patches a trap, then it must follow the behavior of the trap it's patching, which includes whether or not it moves memory (as well as register usages, etc.). A patch to SetRect that moves memory will break a lot of code. Larry