Skip to content

Use a different approach to optimize the indirect calls for R2R#36712

Closed
kunalspathak wants to merge 1 commit into
dotnet:masterfrom
kunalspathak:3-adrp
Closed

Use a different approach to optimize the indirect calls for R2R#36712
kunalspathak wants to merge 1 commit into
dotnet:masterfrom
kunalspathak:3-adrp

Conversation

@kunalspathak

Copy link
Copy Markdown
Contributor

During lowering, don't create a controlExpr for indirect call. Instead use
temp register for such calls and during codegen, load the indirect from x11
into that temp register before calling the address in that temp register.

During lowering, don't create a controlExpr for indirect call. Instead use
temp register for such calls and during codegen, load the indirect from x11
into that temp register before calling the address in that temp register.
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 19, 2020

@CarolEidt CarolEidt left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM with minor suggestions

Comment thread src/coreclr/src/jit/codegenarmarch.cpp
Comment thread src/coreclr/src/jit/codegenarmarch.cpp
@kunalspathak

Copy link
Copy Markdown
Contributor Author

Ported to #35675 and merged.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants