Skip to content

Cosmopolitan v3.5.0

Compare
Choose a tag to compare
@jart jart released this 24 Jun 06:42
· 221 commits to master since this release
67b19ae

Cosmopolitan Libc makes C a build-once run-anywhere language, like Java, except it doesn't need an interpreter or virtual machine. Instead, it reconfigures stock GCC and Clang to output a POSIX-approved polyglot format that runs natively on Linux + Mac + Windows + FreeBSD + OpenBSD + NetBSD + BIOS with the best possible performance and the tiniest footprint imaginable. For further details, read Cosmopolitan Third Edition, the Cosmo README, and the Cosmopolitan Toolchain README.

Improvements

We now have a higher quality memory map implementation.

We've made a lot of progress reinventing the C++ STL.

We've been making improvements to our GitHub development process.