Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!rpi!leah!bingvaxu!kym From: kym@bingvaxu.cc.binghamton.edu (R. Kym Horsell) Newsgroups: comp.lang.c Subject: Re: Is this a bug? Message-ID: <4001@bingvaxu.cc.binghamton.edu> Date: 13 Sep 90 16:25:59 GMT References: <404594@fiction> Reply-To: kym@bingvaxu.cc.binghamton.edu.cc.binghamton.edu (R. Kym Horsell) Organization: SUNY Binghamton, NY Lines: 13 In article <404594@fiction> Daniel_Roedding@fiction.ms.sub.org writes: \\\ >BTW: Passing structures per value?? Have a stack size > 1 Meg?? :-) \\\ Why not? I seem to remember quite a lot of graphics work that's using the idea (bitblt?). Passing struct stuff around on the stack isn't bad per se -- you just have to balance the size of such stuff vs the number of indirect refs you save by having it local. -Kym Horsell