Re: Weird parameters on call stack.
skybuck2000 <[email protected]> Fri, 11 Feb 2022 04:45:06 -0800 (PST)
| Newsgroups | alt.comp.lang.borland-delphi |
|---|---|
| Message-ID | <[email protected]> |
Const does have something to do with it ! I knew it ! I have seen bugs caused by const ! I think the compiler optimizes this call and leaves out all other fields of the block and only pushes onto the stack what it needs to do the function ! Hmmm... This could be a serious issue for device drivers or anything else that needs to interact with the call stack, perhaps cuda and such. Bye for now, Skybuck.