-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
compilerIssue that does not affect the un-compiled subset of typed_pythonIssue that does not affect the un-compiled subset of typed_pythonfeature
Description
We should be able to get the compiler cache to decompose compilation and sha-hashing in a way that allows us to modify the code of a function and not have to recompile everything upstream from it.
Its not clear to me how to do this exactly, but it bears thinking about, because compilation is so expensive. Perhaps it needs to be opt-in using a decorator (this would be much easier since we'd know to dynamically link to the function)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
compilerIssue that does not affect the un-compiled subset of typed_pythonIssue that does not affect the un-compiled subset of typed_pythonfeature