File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -848,13 +848,13 @@ function call_with_reactant_generator(
848
848
match. sparams,
849
849
)
850
850
method = mi. def
851
- Core. println (" Found method from module $(method. module) with name $(method. name) , TRACE_CALLS[] = $(TRACE_CALLS[]) " )
851
+ Core. println (" Found method from module $(method. module) with name $(method. name) " )
852
852
trace_call_within = TRACE_CALLS[] && ! (
853
853
has_ancestor (method. module, Reactant. TracedRNumberOverrides) ||
854
854
has_ancestor (method. module, Reactant. TracedRArrayOverrides) ||
855
855
has_ancestor (method. module, Core)
856
856
)
857
- if TRACE_CALLS[] && ! ( sizeof (fn) != 0 || fn <: Base.BroadcastFunction )
857
+ if TRACE_CALLS[]
858
858
Core. println (" About to trace call to $fn ." )
859
859
else
860
860
Core. println (" Not tracing call to $fn ." )
@@ -1044,7 +1044,7 @@ function call_with_reactant_generator(
1044
1044
res = push_inst! (rep)
1045
1045
end
1046
1046
# ocres = if should_trace_call && sizeof(typeof(fn)) != 0 || fn isa Base.BroadcastFunction
1047
- ocres = if TRACE_CALLS[] && ! ( sizeof (fn) != 0 || fn <: Base.BroadcastFunction )
1047
+ ocres = if TRACE_CALLS[]
1048
1048
push! (code_info. slotnames, :tryfinallystate )
1049
1049
push! (code_info. slotflags, zero (UInt8))
1050
1050
tryfinally_slot = Core. SlotNumber (length (code_info. slotnames))
You can’t perform that action at this time.
0 commit comments