Skip to content

JIT: Use STL iterator tags instead of custom ones#128786

Open
BoyBaykiller wants to merge 2 commits into
dotnet:mainfrom
BoyBaykiller:use-stl-iterator-tags
Open

JIT: Use STL iterator tags instead of custom ones#128786
BoyBaykiller wants to merge 2 commits into
dotnet:mainfrom
BoyBaykiller:use-stl-iterator-tags

Conversation

@BoyBaykiller
Copy link
Copy Markdown
Contributor

Allows us to call into STL functions that operate on iterators like std::partition.
I would like to have this for #128515. The alternative could be to implement that function ourselves.
But even then, having iterators be STL compatible is still helpful for quick prototyping. And I don't see any downsides.

@github-actions github-actions Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 29, 2026
@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label May 29, 2026
@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant