1. A dumb user question
What do I have to do to use the Euphoria Interpeter
ver 2.5 at the same speed as ver 2.4 when loading
a large windows program ????????????
I don't understand all this backend/front end stuff.
Bernie
My files in archive:
w32engin.ew mixedlib.e eu_engin.e win32eru.ew
Can be downloaded here:
http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan
2. Re: A dumb user question
- Posted by "Kat" <gertie at visionsix.com>
Nov 19, 2004
-
Last edited Nov 20, 2004
On 19 Nov 2004, at 9:46, Bernie Ryan wrote:
>
>
> posted by: Bernie Ryan <xotron at bluefrog.com>
>
> What do I have to do to use the Euphoria Interpeter
> ver 2.5 at the same speed as ver 2.4 when loading
> a large windows program ????????????
>
> I don't understand all this backend/front end stuff.
Ask Rob for special dispensation to save and run the il code, so the source
doesn't need to be interpreted each time. Better yet, while debugging, save
the il of each include file separately, so the interpreter can intelligently
look
for the filename.il files before the filename.e files, so it interprets only the
file
you are working on at the moment. This will save startup time for huge
include files, and this suggestion will be trashed and disregarded, and we
cannot do it ourselves because we cannot make an exe with such features
ourselves. What was that other language,, D?, Lua?
Kat