Results 59 comments of zarlo

ok i will see if i can help, i just have never used Go before

once cosmos is on .net 5 you can use [https://github.com/kozit/libcs/blob/master/libcs.SourceGenerator/SyscallHandler.cs](https://github.com/kozit/libcs/blob/master/libcs.SourceGenerator/SyscallHandler.cs) just found out all you need is the have .net 5 installed to use it

Method inlining. yes, yes, yes, yes 1000 times yes this would lets up speed up the current canvas with little work

this should point you to what you want https://docs.microsoft.com/en-us/dotnet/framework/net-native/

i feel this is treading the symptoms but not the problem like would it not be better to fix the fat driver so it does not need to make as...

> How does it use 2GB of ram??? my guess very bad memory leaks

for mac os you need to edit the make file so it will build il2cpu for masos and not linux, other then that if you follow the linux install guide...

> Can you clarify what edits to the makefile you're referring. The only one I have made is: > > ``` > @echo "Publishing IL2CPU" > $(DOTNET) publish $(IL2CPU_DIR)/source/IL2CPU -r...