You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I messed up the Makefile rules for Python/jit.o and regen-jit. Since regen-jit is "phony", the rule isn't in the dependency graph and make has no way of knowing if a recompile is necessary.
We may have to do something similar to what we did for the Windows builds and encode the dependencies in the Makefile. Or maybe there's an easier way. If anyone has any tips, please share!
I don't have a full understanding of how the JIT build works, but I think I'm on the cusp of a Makefile fix that you can tweak to work correctly for the JIT-enabled build. PR to come.
zware
added a commit
to zware/cpython
that referenced
this issue
Feb 1, 2024
I think I messed up the
Makefile
rules forPython/jit.o
andregen-jit
. Sinceregen-jit
is "phony", the rule isn't in the dependency graph andmake
has no way of knowing if a recompile is necessary.We may have to do something similar to what we did for the Windows builds and encode the dependencies in the Makefile. Or maybe there's an easier way. If anyone has any tips, please share!
Linked PRs
The text was updated successfully, but these errors were encountered: