native-aot Questions
3
Problem summary
I'm trying to do an in-memory database with transactions. I'm reaching bottlenecks on compiler level, specifically inlining limit. I don't have much knowledge about compilers and I ...
Hour asked 13/10, 2023 at 15:29
2
When I force the C# AOT compiler with MethodImpl(MethodImplOptions.AggressiveInlining) to do a really long method:
At the very end, it stops inlining and starts calling every possible method (even...
Syncopated asked 11/10, 2023 at 17:19
1
© 2022 - 2024 — McMap. All rights reserved.