Lower inital memory allocation amounts. (Lower latency iteration for running generator)

I need to change it so that they all use one big arena allocation for the initial. This can be done when the global allocator is changed to a growable arena.
This commit is contained in:
2023-08-21 23:49:23 -04:00
parent a42e241afb
commit d0c995893d
3 changed files with 19 additions and 19 deletions

View File

@ -10,7 +10,6 @@ enum class OpValidateResult : u32
Member
};
inline
OpValidateResult operator__validate( OperatorT op, CodeParam params_code, CodeType ret_type, CodeSpecifiers specifier )
{
using namespace EOperator;