area-CodeGen-coreclrhelp wanted
Metriche repository
- Star
- (17.886 star)
- Metriche merge PR
- (Merge medio 12g 11h) (661 PR mergiate in 30 g)
Descrizione
Despite the fact it was partially automated in the past it's still quite exhausting to add new APIs, I propose to address at least these issues:
- Autogenerate
corinfo.h(e.g. introducecorinfo_generated.h) part fromThunkInput.txt- we can move comments toThunkInput.txt - Autogenerate
superpmi-shim-simple\icorjitinfo.cpp - Autogenerate
superpmi-shim-collector\icorjitinfo.cpp - Append
_generated.hto all auto-generated files (currently there are still like 5 or 6 auto-generated files without them - it helps to ignore them when adding a new API) - https://github.com/dotnet/runtime/pull/77083 -
gen.batemits two new-lines in the end ofCorInfoBase.csbreaking compilation - https://github.com/dotnet/runtime/pull/77083 - Ensure
gen.batis no-op on unchanged codebase on CI
category:cq theme:jit-ee-interface skill-level:beginner cost:small impact:small