-
Notifications
You must be signed in to change notification settings - Fork 5.3k
JIT: Deduplicate CodeGen::genJumpTable #99110
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
Conversation
Moving same code used across all architectures to common codegen should simplify things and reduce possibility of future regressions as noted in dotnet#98992.
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsMoving same code used across all architectures to common codegen should simplify things and reduce possibility of future regressions as noted in #98992. Part of #84834
|
amanasifkhalid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Could you please run jitformat locally to fix the formatting issues? Thanks!
bartlomiejko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check comment.
jakobbotsch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Moving same code used across all architectures to common codegen should simplify things and reduce possibility of future regressions as noted in #98992.
Part of #84834
cc @wscho77 @HJLeee @clamp03 @JongHeonChoi @t-mustafin @gbalykov @viewizard @ashaurtaev @brucehoult @sirntar @yurai007 @Bajtazar @bartlomiejko @rzsc @tomeksowi @amanasifkhalid