Re: v2.5 Opens exw files wayyyy too slow

new topic     » goto parent     » topic index » view thread      » older message » newer message

Yes, perhaps something similar to C's .o files would be good.
That is, large libraries can be made in an intermediate IL-like form,
so that it's *much* quicker to load them into the program.
When you run a program with the interpreter the first time, it
generates .o files for each library you include, and starts the
program. The next time it's run, it sees that the .o files already
exist (and they're up-to-date) so it just reads in the .o files and
runs.

It'd certainly make things a lot quicker. I know it doesn't sound as
simple, but the extra step wouldn't affect programmers adversely,
because the interpreter would do everything.

Think of it as 'caching'.

Rob, your thoughts?


On Mon, 20 Dec 2004 14:47:16 -0800, don cole <guest at rapideuphoria.com> wrote:
> 
> posted by: don cole <doncole at pacbell.net>
> 
> Since parsing win32lib.ew seems to be causing the slowness,
> couldn't Euphoria be designed to do that just once ,say when you open your
> editor.
> Although one changes his or her program many times while test it
>  with the editor, rarely would you change any thing within win32lib itself.
> 
> Just a thought.
>  don cole
> SF
> 
> 
> 
> 


-- 
MrTrick

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu