RE: Requests for Eu 2.5
- Posted by Andy Serpa <ac at onehorseshy.com> Jan 16, 2004
- 450 views
Robert Craig wrote: > Next, I'll get the Interpreter working using 30% Euphoria > and 70% C. It will share the new Euphoria-written > front-end (parser and scanner) with the Translator. > > Things are going faster on this than I expected, > and it's going to be very useful to have all this > stuff written in Euphoria. The speed of the Euphoria > code is at least as good as I expected, and I can use > profiling to analyze the hot spots, something that > wasn't easy in C. > It would be nice to be able to optionally save the intermediate already-parsed Euphoria files (I think you called it IR code previously) that could be run be the interpreter, but skipping the parsing step. That would be especially nice for cgi scripts to get the most speed and the least overhead...