1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 19:18:01 +02:00

Optimization phases for LLVM upgrade

This commit is contained in:
Brian Fiete 2024-05-05 12:26:21 -04:00
parent 72bce05103
commit d5b0e6d06d
5 changed files with 388 additions and 525 deletions

View file

@ -1,5 +1,6 @@
namespace System
{
[AlwaysInclude]
class Delegate : IHashable
{
void* mFuncPtr;
@ -61,6 +62,7 @@ namespace System
delegate void Action();
[AlwaysInclude]
struct Function : int
{