Hacker News new | ask | show | jobs
by betzol 2214 days ago
I'm not 100% on this, but I'm pretty sure that HPC# has a separate, LLVM-based compiler.
1 comments

Unless something has changed, Burst also uses IL2CPP.

https://docs.unity3d.com/Packages/com.unity.burst@1.3/manual...

As far as I can see, if it's AOT compiled it requires the same linker tooling as IL2CPP does, but is otherwise separate from it.

https://docs.unity3d.com/Packages/com.unity.burst@1.3/manual...