Re: Empty procedure optimized out?
- Posted by Tone Škoda <tskoda at email.si> Nov 19, 2004
- 538 views
Tommy Carlier wrote: > > Robert, couldn't you remove calls to empty procedures while parsing > a program? ... > And it's used like this: > }}} <eucode> > ignore(someFunction(someParameter1, someParameter2)) > </eucode> {{{ > The function 'someFunction' should be executed, but the call to the > empty procedure could be removed. It would be much more logical if someFunction would not be executed.