-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
move zig.h to become an installation file that can be changed at runtime #11643
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
Comments
I am looking into this out of personal curiosity how the caching system works. I should have something working until 18./19. June. |
So far only the Zir of the Zig source file and builtin.zig of a file with c backend ( Can you be more specific how you expect things to be cached? APPENDUM: The approach is relative straight forward with using the stuff in |
it would be part of the global cache, he said he wanted it put inside |
Now instead of zig.h being baked into the compiler binary, it is a header file distributed along with all the other header files distributed with Zig. Closes #11643
Now instead of zig.h being baked into the compiler binary, it is a header file distributed along with all the other header files distributed with Zig. Closes #11643
Now instead of zig.h being baked into the compiler binary, it is a header file distributed along with all the other header files distributed with Zig. Closes #11643
Currently zig.h is embedded into the zig binary like this:
zig/src/link/C.zig
Line 18 in 974af5f
However, I think it would be more flexible and useful to be able to edit this file without needing to rebuild the compiler.
@embedFile
The text was updated successfully, but these errors were encountered: