| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typo | gingerBill | 2021-09-08 | 1 | -1/+1 |
| * | Add a minimum alignment on *nix for the compiler in heap_allocator_proc | gingerBill | 2021-09-08 | 1 | -4/+14 |
| * | Add some minor sanity checks to the compiler's `heap_allocator_proc` on Darwin | gingerBill | 2021-09-08 | 1 | -8/+15 |
| * | Correct fix to `heap_allocator_proc` in compiler | gingerBill | 2021-09-06 | 1 | -11/+7 |
| * | Minor fix to `heap_allocator_proc` in common_memory.cpp | gingerBill | 2021-09-06 | 1 | -4/+14 |
| * | Correct did you mean logic and make thread-safe-er | gingerBill | 2021-08-27 | 1 | -10/+9 |
| * | Use local mutex for each `AstFile.arena` | gingerBill | 2021-08-26 | 1 | -4/+16 |
| * | Fix typo | gingerBill | 2021-08-26 | 1 | -1/+1 |
| * | Correct `platform_virtual_memory_init` on Unix | gingerBill | 2021-08-26 | 1 | -12/+21 |
| * | Implement virtual memory code for *nix and make generic | gingerBill | 2021-08-26 | 1 | -41/+59 |
| * | Minor fixes | gingerBill | 2021-08-26 | 1 | -7/+1 |
| * | Change the implementation of `Arena` to use virtual memory, and remove the ol... | gingerBill | 2021-08-26 | 1 | -0/+402 |