Replies: 2 comments
-
|
Caching may be picked up again, but that's not why |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
internal-cached does not accomplish anything you envisioned. It's extremely dumb. It just checks to see if any file has changed, and if not, don't recompile. It's not meant to be used by anyone. It was just an idea I made in a day. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was curious, according to the documentation for
-use-separate-modules, it mentions:The backend generates multiple build units which are then linked togetherI first believed this was designed to compile modules incrementally (only the changes), but it doesn't; the objects always appear to be new.
My question is: will Odin support incremental builds? Or a type of caching?
I looked deeper and noticed:
internal-cached, which appears to accomplish precisely what I envisioned.My subsequent question was: is there any ongoing development for caching, or is that just old code from the past?
Odin appears to be an ideal candidate for incremental compilation.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions