Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation cache/incremental linking #10

Open
vegard opened this issue Jul 29, 2017 · 0 comments
Open

Compilation cache/incremental linking #10

vegard opened this issue Jul 29, 2017 · 0 comments

Comments

@vegard
Copy link
Owner

vegard commented Jul 29, 2017

I haven't quite decided which (if not both) is better: caching the result of compiling expressions in a big program so that we only have to recompile dependent expressions or allowing some sort of incremental linking of separate files. Possibly they can even be viewed as two sides of the same coin (as in both cases we would probably have to serialise and deserialise alreayd compiled code). I tend towards a preference for caching, since it seems more fine grained and would also handle the case where undoing/redoing small changes would otherwise have caused full recompilations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant