The added features don’t work. None of the analyses I looked at in the src/analyses/ directory do what they claim, and the “tests” all seem to check that they return nothing. I found this funny:
function estimate_method_targets(func_name::Symbol, types::Tuple)
# Conservative estimate
# In a real implementation, we'd query the method table
return 2 # Assume multiple possibilities
end
Did you read any of this?