SeattleTestbed / attic

ARCHIVAL: Full mirror of SeattleTestbed's SVN in early 2014. We use GitHub since!
MIT License
0 stars 1 forks source link

Dylink should evaluate import code once #1320

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

Related to ticket #1319, dylink.repy should only evaluate the imported code only once. Currently dylink caches the imported module, but still evaluates the code every time the module is imported. We should be caching the evaluated module as well and evaluate when necessary.