We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a8d53 commit 3dcca27Copy full SHA for 3dcca27
python/iron/jit.py
@@ -145,6 +145,7 @@ def decorator(*args, **kwargs):
145
146
# Clear any instances from previous runs to make sure if the user provided any broken code we don't try to recompile it
147
ExternalFunction._instances.clear()
148
+ # Create object file name to combine the partial object files into
149
ExternalFunction._bin_name = function.__name__ + ".o"
150
151
# Find ExternalFunction instances in arguments and kwargs
0 commit comments