TODO.md: update mirb features status

Remove multi-line editing and completion from TODO as they are now
implemented.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-12-15 22:30:44 +09:00
parent d8045dc5bc
commit 1ae4b7742e
+1 -1
View File
@@ -8,7 +8,7 @@
- method inline caching improvements (cache method lookup results)
- more peephole optimization (if possible)
- built-in profiler (method call tracing, stack profiling, detailed memory analysis)
- improved REPL (mirb) features (multi-line, syntax highlighting, completion)
- improved REPL (mirb) features (syntax highlighting)
- configurable memory pools (per-object-type, memory-constrained devices)
- suspend/resume VM state (serialize/deserialize for power cycling)
- CMake build support (better IDE integration, standard C tooling)