Addition of $append and $concat functions. Added $$str_hash builtin. Fix to the macho runtime.

This commit is contained in:
Christoffer Lerno
2024-06-16 01:57:05 +02:00
parent b0b885d506
commit 147dee6ec7
17 changed files with 531 additions and 32 deletions

View File

@@ -709,6 +709,7 @@ AlignSize type_abi_alignment(Type *type)
static inline void create_type_cache(Type *type)
{
assert(type->type_cache == NULL);
for (int i = 0; i < ARRAY_OFFSET; i++)
{
vec_add(type->type_cache, NULL);