mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Optimizations, switching CanImplicitlyCast method, new CPU rate checker
This commit is contained in:
parent
39fd8d2624
commit
098ad1ce55
25 changed files with 759 additions and 301 deletions
|
@ -473,6 +473,7 @@ public:
|
|||
public:
|
||||
int mId;
|
||||
BfIRValueFlags mFlags;
|
||||
static BfIRValue sValueless;
|
||||
|
||||
#ifdef CHECK_CONSTHOLDER
|
||||
BfIRConstHolder* mHolder;
|
||||
|
@ -883,7 +884,8 @@ public:
|
|||
public:
|
||||
~BfIRBuilder();
|
||||
|
||||
void WriteSLEB128(int64 val);
|
||||
void WriteSLEB128(int64 val);
|
||||
void WriteSLEB128(int32 val);
|
||||
void Write(uint8 val);
|
||||
void Write(bool val);
|
||||
void Write(int val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue