flowc flowc-v0.10.0
·
1221 commits
to main
since this release
Self-hosted Flow compiler (Stage-A), built from
compiler/bootstrap/flowc_stage_a.c — the compiler emitted by
itself as a single C translation unit.
Each archive was checked three generations deep: flowc compiles
all of compiler/src, that compiler recompiles it, and so does
its child, byte for byte identical each time.
No Python is involved in building or using these archives.
What's Changed
- Sort out the CI by @godofecht in #245
- docs: consolidate remaining unique admin docs after #245 by @godofecht in #246
- fix(mlir): wasm32 ABI on MLIR→emcc path; CI mlir-18 (#230) by @godofecht in #247
- fix(mlir): null-init ptr statics + short-circuit and/or (#230) by @godofecht in #249
- wasm gallery: real pthreads over SharedArrayBuffer, host-extern stubs, sizeof fix by @godofecht in #248
- fix(mlir): doom #230 MLIR→wasm playable path by @godofecht in #250
- docs+ci: MLIR doom preview + unblock docs-only CI (#230) by @godofecht in #251
- fix(mlir): doom -O2 path; close out #253/#254 and ILP32 ptr sizing (#255) by @godofecht in #257
- docs: doom-flow MLIR -O2 patch + close checklist for #253/#254/#256 by @godofecht in #258
- fix+docs: close resolved open issues (#253–#256, #144–#148, #151, #153) by @godofecht in #259
- Fixes #254 #255 #256 #144 #145 #146 #148 #151 #153 by @godofecht in #261
Full Changelog: v0.10.0...flowc-v0.10.0