Path: utzoo!attcan!uunet!lll-winken!lll-ncis!helios.ee.lbl.gov!pasteur!ucbvax!POSTGRES.BERKELEY.EDU!dillon From: dillon@POSTGRES.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga.tech Subject: Re: Unsupported Programming Practices Message-ID: <8901060406.AA22607@postgres.Berkeley.EDU> Date: 6 Jan 89 04:06:09 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 15 :>Do not execute code on your stack or put system structures on your stack. : : Why not? : : I occasionally put RastPorts on my stack; does that count? Yah! so do I .. rastports and bitmap structures .. why not? One thing I have always wondered about: Since many operations start a blit and return (i.e. Draw()), how can you really be sure when your bitmap's raster's can be freed? Is there some call one can make which ensures any blitter usage from the previous graphics library call will complete before returning? -Matt