Skip to content

Run TypeIntrinsics tests with native AOT#112477

Merged
MichalStrehovsky merged 3 commits intodotnet:mainfrom
MichalStrehovsky:typeinttest
Feb 14, 2025
Merged

Run TypeIntrinsics tests with native AOT#112477
MichalStrehovsky merged 3 commits intodotnet:mainfrom
MichalStrehovsky:typeinttest

Conversation

@MichalStrehovsky
Copy link
Copy Markdown
Member

@MichalStrehovsky MichalStrehovsky commented Feb 12, 2025

I don't think the CreateDynamic flavors test anything interesting from codegen perspective. The IsValueType and IsValueTypeObj methods are going to be called using reflection, but nothing interesting will happen in the method body (it's a very regular method body). All the dynamic keyword is doing there is that a ton of reflection is going to happen before we execute the regular method body.

Cc @dotnet/ilc-contrib

I don't think the `CreateDynamic` flavors test anything interesting from codegen perspective. The `IsValueType` and `IsValueTypeObj` methods are going to be called using reflection, but nothing interesting will happen in the method body (it's a very regular method body). All the `dynamic` keyword is doing there is that a ton of reflection is going to happen before we execute the regular method body.
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Feb 12, 2025
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@MichalStrehovsky
Copy link
Copy Markdown
Member Author

/azp run runtime-nativeaot-outerloop

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky
Copy link
Copy Markdown
Member Author

/azp run runtime-nativeaot-outerloop

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky
Copy link
Copy Markdown
Member Author

/azp run runtime-nativeaot-outerloop

1 similar comment
@MichalStrehovsky
Copy link
Copy Markdown
Member Author

/azp run runtime-nativeaot-outerloop

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky MichalStrehovsky merged commit 42423ef into dotnet:main Feb 14, 2025
@MichalStrehovsky MichalStrehovsky deleted the typeinttest branch February 14, 2025 07:10
@github-actions github-actions bot locked and limited conversation to collaborators Mar 16, 2025
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.

2 participants