Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uunet!brunix!reb From: reb@cs.brown.edu (Robert E. Brown) Newsgroups: comp.sys.mac.programmer Subject: patching bottlenecks Message-ID: <70621@brunix.UUCP> Date: 2 Apr 91 22:22:37 GMT Article-I.D.: brunix.70621 Sender: news@brunix.UUCP Reply-To: reb@cs.brown.edu (Robert E. Brown) Organization: Brown University Department of Computer Science Lines: 9 How often and for what reasons do programs patch the Quickdraw bottlenecks? I know printing causes them to be patched, but under what other circumstances is patching appropriate? The only example I have seen is that of a program that wants to resize a PICT but leave line-widths unchanged. Why else would one want to patch something like LineTo?