issues
search
LeoWoerteler
/
basex
BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
1
stars
0
forks
source link
Precompile Modules
#7
Open
ChristianGruen
opened
11 years ago
ChristianGruen
commented
11 years ago
related objective: cleaner separation of compiler steps
copy module (or called functions/variables/...?) before it is evaluated
implement
compile()
and
optimize()
in all expressions
recompile modules with changed timestamps
challenge: import of multiple library modules with identical namespaces
compile()
andoptimize()
in all expressions