Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler: fix several more specialization mistake introduced by #40985 #56547

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Nov 13, 2024

Refs #56404

Copy link
Member

@aviatesk aviatesk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found the same issues in abstract_eval_new and fixed it in #56532, so there might be other instances of this issue..

@nanosoldier runbenchmarks("inference", vs=":master")

@vtjnash vtjnash merged commit a32dba5 into master Nov 14, 2024
6 of 8 checks passed
@vtjnash vtjnash deleted the jn/56404-2 branch November 14, 2024 15:53
Comment on lines +2206 to +2207
local argtypes = arginfo.argtypes
local ft = ft_box.contents
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These actually might have been unnecessary, since argtypes should be a Vector{Any} and ft appears unused

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:inference Type inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants