Skip to content

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

Merged
vtjnash merged 1 commit intomasterfrom
jn/56404-2
Nov 14, 2024
Merged

compiler: fix several more specialization mistake introduced by #40985#56547
vtjnash merged 1 commit intomasterfrom
jn/56404-2

Conversation

@vtjnash
Copy link
Copy Markdown
Member

@vtjnash vtjnash commented Nov 13, 2024

Refs #56404

Copy link
Copy Markdown
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
@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
Copy Markdown
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
Copy Markdown
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