From 378da254b96b4341d4886e0775bb54debe7d402e Mon Sep 17 00:00:00 2001 From: Eremey Valetov Date: Mon, 30 Mar 2026 05:00:04 -0400 Subject: [PATCH] Update roadmap: selective sync, fast-path expressions, FOR optimization --- docs/roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 6f8af29..f71a264 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -39,8 +39,8 @@ INPUT#/WRITE#/LINE INPUT via emit_delegate_stmt), PMAP/POINT/PSET graphics, BSAVE/BLOAD/SAVE/LOAD, MKDIR/CHDIR/RMDIR/KILL file ops. **69 of 69 eligible tests pass (100%).** RNG uses gw_rnd() matching the interpreter exactly. CHAIN/COMMON/RUN "file" delegated to runtime. -Dead code elimination after GOTO/END/STOP. Fast-path expression emitter -(skips open_memstream for common case). FOR integer rounding. +Dead code elimination, fast-path expression emitter, selective variable +sync in delegate, FOR simplification (step=1 fast path). ### Hardware I/O Simulator (v0.15.0)