Precompiled include files
- Posted by jaygade Jul 11, 2013
- 1669 views
As I'm working with the source, building and running tests, and waiting for the same files to be translated over and over again, a thought occurred to me:
Would it be a useful feature if Euphoria included precompiled .e files from include/std in object format? The files could either be built with the language itself or else they could be cached after other builds (including building the language itself). The standard library files don't change much at all either during Euphoria development or during user program development. It might save a bit of time.
Just a thought for a possible future feature.