qbe: A simple C compiler backend1

QBE aims to be a pure C embeddable backend that provides 70% of the performance of advanced compilers in 10% of the code. Its small size serves both its aspirations of correctness and our ability to understand, fix, and improve it. It also serves its users by providing trivial integration and great flexibility.

... part of T2, get it here

URL: https://c9x.me/compile/

Author: Quentin Carbonneaux <quentin [at] c9x [dot] me>
Maintainer: NoTag <notag [at] t2sde [dot] org>

License: MIT
Status: Stable
Version: 1.2

Remark: Does cross compile (as setup and patched in T2).

CPU architectures: Does only support: arm64 riscv64 x86-64

Download: https://c9x.me/compile/release/ qbe-1.2.tar.xz

T2 source: qbe.cache
T2 source: qbe.desc

Build time (on reference hardware): 2% (relative to binutils)2

Installed size (on reference hardware): 0.20 MB, 6 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep make sed tar xz

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).