Update to readme, update CodePool_NumBlocks to 64k

This commit is contained in:
2023-07-21 01:12:38 -04:00
parent efd7af9f96
commit a37c3f63c2
5 changed files with 29 additions and 18 deletions

View File

@ -3267,4 +3267,3 @@ namespace gen {
// namespace gen
}

View File

@ -70,4 +70,4 @@ struct Editor
};
// namespace gen
};
};

View File

@ -1887,7 +1887,7 @@ namespace gen
// NOTE: This limits the maximum size of an allocation
// If you are generating a string larger than this, increase the size of the bucket here.
constexpr uw Global_BucketSize = megabytes(10);
constexpr s32 CodePool_NumBlocks = kilobytes(4);
constexpr s32 CodePool_NumBlocks = kilobytes(64);
constexpr s32 SizePer_StringArena = megabytes(1);
constexpr s32 MaxCommentLineLength = 1024;

View File

@ -41,4 +41,4 @@ struct Scanner
};
// namespace gen
}
}