Skip to content

Commit 3dcca27

Browse files
committed
Adding comment
1 parent b2a8d53 commit 3dcca27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/iron/jit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def decorator(*args, **kwargs):
145145

146146
# Clear any instances from previous runs to make sure if the user provided any broken code we don't try to recompile it
147147
ExternalFunction._instances.clear()
148+
# Create object file name to combine the partial object files into
148149
ExternalFunction._bin_name = function.__name__ + ".o"
149150

150151
# Find ExternalFunction instances in arguments and kwargs

0 commit comments

Comments
 (0)