From 2b43a36a83673c0ae9966c12b73f73aa546c72b6 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Wed, 1 Apr 2026 22:59:23 +0200 Subject: [PATCH] Update OPTIMIZATIONS.md: 12 of 14 done, stack-to-local Phase 1 complete --- docs/OPTIMIZATIONS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/OPTIMIZATIONS.md b/docs/OPTIMIZATIONS.md index 5d30e1c..ea7c285 100644 --- a/docs/OPTIMIZATIONS.md +++ b/docs/OPTIMIZATIONS.md @@ -14,16 +14,16 @@ This document describes every optimization that makes sense for WAFER, why it ma | # | Optimization | Level | Status | Impact | | -- | ------------------------ | ------------ | ----------- | ------- | -| 1 | Stack-to-Local Promotion | Codegen | Not started | Highest | +| 1 | Stack-to-Local Promotion | Codegen | Phase 1 | Highest | | 2 | Peephole Optimization | IR pass | Done | High | | 3 | Constant Folding | IR pass | Done | High | | 4 | Inlining | IR pass | Done | High | | 5 | Strength Reduction | IR pass | Done | Medium | | 6 | Dead Code Elimination | IR pass | Done | Medium | | 7 | Tail Call Optimization | IR + Codegen | Done | Medium | -| 8 | Consolidation | Architecture | Not started | High | +| 8 | Consolidation | Architecture | Done | High | | 9 | Compound IR Operations | IR + Codegen | Done | Medium | -| 10 | Codegen Improvements | Codegen | Partial | Medium | +| 10 | Codegen Improvements | Codegen | Done | Medium | | 11 | wasmtime Configuration | Runtime | Done | Low | | 12 | Dictionary Hash Index | Runtime | Done | Low | | 13 | Startup Batching | Architecture | Not started | Low |