crossgen2
#1124
Replies: 1 comment 1 reply
-
Interesting. Care to join our Discord server? It's a better place to keep a conversation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Coreclr + crossgen2 compilation (most of the code runs directly in flash through XIP mode, and only the emit part runs in RAM) + a little bit of bcl basic library.
The clipped coreclr + BCL libs occupies about 512KB at most, and a “helloword ” project needs about 100kb of ram. All C # features can be used and are fast.
I'm studying coreclr
Beta Was this translation helpful? Give feedback.
All reactions