From 127ef7f406c3fd1f69bb4971f9bf177c87f5e5da Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 1 Dec 2025 23:11:33 +0900 Subject: [PATCH] TODO.md: update profiler/benchmarking entry benchmarking tools (mruby-benchmark) have been implemented. update entry to focus on remaining profiler features: method call tracing, stack profiling, and detailed memory analysis. Co-authored-by: Claude --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 5bbe9f4fd..bd7cc9427 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,7 @@ - iv/hash entry cache - method inline caching improvements (cache method lookup results) - more peephole optimization (if possible) -- built-in profiler/benchmarking tools (memory, method calls, timing) +- built-in profiler (method call tracing, stack profiling, detailed memory analysis) - improved REPL (mirb) features (multi-line, syntax highlighting, completion) - configurable memory pools (per-object-type, memory-constrained devices) - suspend/resume VM state (serialize/deserialize for power cycling)