Skip to content

Commit f4e84a8

Browse files
Jonathan D.A. Jewellclaude
andcommitted
docs: update QUICK_STATUS.md — 4/7 reactive crates wired, shadow prices live
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f39fe28 commit f4e84a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

QUICK_STATUS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070

7171
- **Native backends:** Cranelift, LLVM, WASM crates exist but only estimate sizes — no real codegen
7272
- **Runtime integration:** scheduler/profiler/carbon/shadow implemented but not wired to real system metrics
73-
- **Reactive compilation:** eclexia-absinterp and eclexia-comptime wired into `build --analyze`; remaining 5 crates not yet wired
73+
- **Reactive compilation:** 4/7 crates wired into `build --analyze` (absinterp, comptime, specialize, effects); remaining 3 not yet wired (db, modules, tiered)
74+
- **Shadow prices:** ShadowPriceRegistry defaults replace hardcoded 1.0; dynamic prices computed from VM resource usage via ShadowPriceEngine
7475
- **Bytecode serialization:** .eclb binary format implemented (write/read/round-trip verified)
7576
- **Package registry:** Client stub exists, no server deployed
7677
- **Concurrency:** AST nodes parsed (spawn, channel, send, recv, select, yield) but interpreter returns errors

0 commit comments

Comments
 (0)