Re: Procs & Funcs

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

>Hi All,
>
>I've a question.
>Suppose I include a .e file full of various routines(procs. & funcs), but
>in my .ex file, I just use 1 of the routines. When I bind my .ex file,
>will all the routines be included into the EXE file or only the one I
>really used??


Actually your source code is appended (in shrouded form) to ex.exe. This
makes almost no overhead when running your app because Euphoria
"pre-compiles" you source code at 10.000 lines/sec (486) and the extra size
is minimun (170K ex.exe + ?K your source).

Regards,
    Daniel Berstein.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu