|
city
|
city is a JIT compiler infrastructure written in C++.
It provides a simple llvm-like builder API that is used to generate city-ir. This IR can then be compiled to any of the supported architectures.
city is tested and developed for support on the following platforms and compiler versions:
| OS | Architecture | Compilers |
|---|---|---|
| Windows 10/11 | Amd64/x86_64 | MSVC 2022, GCC 14, Clang 19 |
| MacOS 15 | AArch64 | Apple Clang 15 |
| MacOS 15 | Amd64/x86_64 | Apple Clang 15 |
Linux support is planned for GCC 14 and Clang 19.
city aims to:
aarch64 and amd64 on Windows, MacOS, and Linux.