From accfd637dbfb26dfc480d33ef8204f8ecc57b4fa Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Mon, 19 Mar 2012 20:38:44 +0600 Subject: [PATCH] todo: remove entry --- TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO b/TODO index 0a22e32..3fa9d3c 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ * Inline caching -* Optimize `while` benchmark (for non-optimized code) * On-stack replacement and profile-based optimizations (register allocation too) * Incremental GC * Usage in multiple-threads (aka isolates)