-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[RyuJit/WASM] Crossgen2 integration and further factoring #121563
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
base: main
Are you sure you want to change the base?
Conversation
Alternatively, we can just go ahead and add it to alljits right now.
Notable build system changes:
1) Not included in clr.alljits yet. Build with clr.wasmjit.
Notable factoring choices:
1) Introduce some new target defines for features which WASM won't need,
like fixed size register mask support and GCInfo based on code metadata.
2) For this initial commit, the amount of changes has been intentionally
minimized. In the future, more things will be moved around and ifdefed
out.
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
8fa4501 to
74c8293
Compare
Using CG2.
Addressing the factoring TODO.
74c8293 to
9c8ac6b
Compare
|
@SingleAccretion I am starting work on the R2R object writer. Is it alright if I copy the crossgen2 integration bits from this PR for that purpose? |
Sure! (But do be prepared for them to perhaps change a bit in the course of the review.) |
Ok, that sounds good! I will be prepared that they may change and I'll check back during review! |
On top of #121341.
Work in progress.