mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
Updating TODO.
This commit is contained in:
parent
e919b21e6e
commit
8120744f2a
1 changed files with 9 additions and 2 deletions
11
TODO
11
TODO
|
@ -16,8 +16,14 @@
|
||||||
help with resolving external references.
|
help with resolving external references.
|
||||||
*** DONE optional image loading on startup
|
*** DONE optional image loading on startup
|
||||||
- State "DONE" from "TODO" [2011-11-10 Thu 20:44]
|
- State "DONE" from "TODO" [2011-11-10 Thu 20:44]
|
||||||
|
*** TODO static image compiled into library
|
||||||
|
With this you'll be able to run Chibi without any filesystem.
|
||||||
*** TODO external tool to compact and optimize images
|
*** TODO external tool to compact and optimize images
|
||||||
|
The current GC is mark&sweep, which can cause fragmentation,
|
||||||
|
but we can at at least compact the initial fixed image.
|
||||||
*** TODO fasl versions of modules
|
*** TODO fasl versions of modules
|
||||||
|
Important for large applications, and fast loading of script
|
||||||
|
with many dependencies.
|
||||||
** DONE shared stack on EVAL
|
** DONE shared stack on EVAL
|
||||||
- State "DONE" [2009-12-26 Sat 08:22]
|
- State "DONE" [2009-12-26 Sat 08:22]
|
||||||
|
|
||||||
|
@ -39,7 +45,8 @@
|
||||||
** DONE type inference with warnings
|
** DONE type inference with warnings
|
||||||
- State "DONE" from "TODO" [2010-09-21 Tue 23:18]
|
- State "DONE" from "TODO" [2010-09-21 Tue 23:18]
|
||||||
*** TODO structured type inference
|
*** TODO structured type inference
|
||||||
*** TODO infer error branches
|
*** DONE infer error branches
|
||||||
|
CLOSED: [2011-11-14 Mon 08:17]
|
||||||
*** TODO elide type checks from type information
|
*** TODO elide type checks from type information
|
||||||
|
|
||||||
* macros
|
* macros
|
||||||
|
@ -174,7 +181,7 @@
|
||||||
** TODO thorough source documentation
|
** TODO thorough source documentation
|
||||||
|
|
||||||
* distribution
|
* distribution
|
||||||
** TODO packaging format
|
** TODO packaging format (Snow2)
|
||||||
** TODO code repository with fetch+install tool
|
** TODO code repository with fetch+install tool
|
||||||
** TODO translator to/from other implementations
|
** TODO translator to/from other implementations
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue