From be0b9b27deee091cc980cd3b5331702d883c648b Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Fri, 4 May 2018 19:43:31 -0400 Subject: [PATCH] Added note about another optimization --- Roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Roadmap.md b/Roadmap.md index cf4c55e..9eebbaf 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -42,6 +42,7 @@ Future: LDI address STAWP # Store and preserve on Eval Stack ``` +Similarly, repeated loads could be optimized into a single load and some `DUP`s. ## Long-Term - High performance VM