aboutsummaryrefslogtreecommitdiffhomepage
path: root/bootstrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* build system: use custom depgen instead of gcc lemon2026-03-151-1/+1
|
* project documentation lemon2026-02-211-0/+2
|
* ir: arena-backed linked list for uselists lemon2025-12-241-2/+6
| | | | | Is much simpler than the growable buffers, seems to be just as efficient if not a little faster when benchmarked.
* bootstrap.sh options lemon2025-12-201-7/+8
|
* elf: use a hashmap for looking up symbols lemon2025-12-141-1/+5
| | | | | Gets rid of linear-time findsym(), though needs some extra indirection to emit sorted symbols.
* driver: add -run option like tcc lemon2025-11-301-2/+2
| | | | convenient for quick testing
* bootstrapping 🎉 lemon2025-11-241-0/+20