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

JIT optimization: IV widening #8109

Closed
JosephTremoulet opened this issue May 15, 2017 · 4 comments
Closed

JIT optimization: IV widening #8109

JosephTremoulet opened this issue May 15, 2017 · 4 comments
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI optimization tenet-performance Performance related issue
Milestone

Comments

@JosephTremoulet
Copy link
Contributor

(I'm creating tracking issues for some optimizations that RyuJit doesn't perform, so we'll have a place to reference/note when we see the lack of them affecting particular benchmarks)

@JosephTremoulet
Copy link
Contributor Author

JosephTremoulet commented May 15, 2017

This leaves extra converts in BenchI-XPos_Mtx and IniArray (and basically every loop that indexes into arrays...)

@mikedn
Copy link
Contributor

mikedn commented May 15, 2017

Dup of #7312

@mikedn
Copy link
Contributor

mikedn commented May 15, 2017

An alternative solution for array indices might be to change signed casts to unsigned casts, I once tried that in dotnet/coreclr#8821 and it does improve performance in some cases. That approach unfortunately produced some regressions but there may be a way to do this cheaply in assertion propagation.

@JosephTremoulet
Copy link
Contributor Author

Dup of #7312

Sure is, thanks; closing.

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI optimization tenet-performance Performance related issue
Projects
None yet
Development

No branches or pull requests

3 participants