Converted Descriptor heap to memory arena. Used Gemini with antigravity.

Heap pool code is a mess right now (lot of useless comments)
Will revisit later.
This commit is contained in:
2026-01-18 14:33:52 -05:00
parent f95ba51c13
commit 7328d02d3d
18 changed files with 446 additions and 45 deletions

View File

@@ -1,6 +1,7 @@
---
description: Build the Juliet project using FastBuild
---
// turbo-all
This workflow sets up the Juliet build environment and runs `fbuild`.
@@ -8,8 +9,8 @@ This workflow sets up the Juliet build environment and runs `fbuild`.
1. To build a specific configuration (e.g., msvc-Debug):
`cmd /c "misc\shell.bat & fbuild msvc-Debug"`
2. To build the default (msvc):
`cmd /c "misc\shell.bat & fbuild msvc"`
2. To build the default clang:
`cmd /c "misc\shell.bat & fbuild clang"`
3. To see all available targets:
`cmd /c "misc\shell.bat & fbuild -showtargets"`
`cmd /c "misc\shell.bat & fbuild -showtargets"`