RE: smart interpreter
- Posted by bensler at mail.com Mar 02, 2002
- 451 views
That could be a good. :) I think that would boost the speed of EU a bit too wouldn't it? Load times would be slightly slower, but execution would be faster. I don't think anyone is concerned about load times with EU. It wouldn't have to verify syntax on the 2nd pass, include files could be preloaded to memory, code optimizations could be done (unroll small loops, strip unused code, inline uncommmon routines, etc..), and I THINK, typechecking could be minimized. Chris Kat wrote: > Rob, just an idea, why can't the interpreter do a once-thru for syntax > before it > does anything else? It's a drag to have a program run for a few days, > then at > the 3rd line from the end, abort with something like "write takes two > parameters". Typos, sigh. > > Kat > >