factor/TODO.FACTOR.txt

73 lines
2.0 KiB
Plaintext
Raw Normal View History

2005-04-01 12:42:14 -05:00
- extra chars in completion!
2005-03-22 21:20:58 -05:00
- set 'end' of artifacts/assets accurately
2005-03-23 22:49:40 -05:00
- faster layout
- faster repaint
- auto-updating inspector
- linux/ppc and mac os x ffi
- stream server can hang because of exception handler limitations
- better i/o scheduler
- add a socket timeout
- unix ffi i/o
- make-image: use a list not a vector
- powerpc has weird callstack residue
- make-vector and make-string should not need a reverse step
- console with presentations
2005-03-25 21:43:06 -05:00
- ui browser
2005-03-23 22:49:40 -05:00
- method doc strings
2004-12-13 19:16:33 -05:00
2005-02-27 16:51:12 -05:00
+ ui:
- word preview for parsing words
2005-03-02 21:26:11 -05:00
- mouse enter onto overlapping with interior, but not child, gadget
2005-03-01 22:11:08 -05:00
- menu dragging
2005-02-27 16:51:12 -05:00
- fix up the min thumb size hack
2005-03-10 22:52:55 -05:00
- frame gap
2005-02-27 16:51:12 -05:00
2005-03-29 20:34:29 -05:00
+ fii:
2004-12-02 22:44:36 -05:00
2005-03-29 20:34:29 -05:00
- replace alien-address, local-alien? primitives with colon defs
- auto-generate box/unbox, and alien accessors
- box/unbox_signed/unsigned_8
2005-02-27 16:54:09 -05:00
- ffi unicode strings: null char security hole
- utf16 string boxing
2005-03-29 20:34:29 -05:00
- value type structs
- out parameters
- bitfields in C structs
- SDL_Rect** type
- struct membres that are not *
- FFI float types
+ compiler/ffi:
- [ [ dup call ] dup call ] infer hangs
2005-02-25 17:25:40 -05:00
- more accurate types for various words
- declarations
- type inference fails with some assembler words;
displaced, register and other predicates need to inherit from list
not cons, and need stronger branch partial eval
- redo partial eval
- optimize away arithmetic dispatch
- dataflow optimizer needs eq not =
- the invalid recursion form case needs to be fixed, for inlines too
- #jump-f #jump-f-label
2005-03-23 22:49:40 -05:00
- re-introduce #target-label => #target optimization
2004-08-22 17:28:31 -04:00
2004-10-27 21:21:31 -04:00
+ kernel:
- clean up metaclasses
- unify unparse and prettyprint
2005-03-23 22:49:40 -05:00
- condition system with restarts
- nicer way to combine two paths
2005-02-19 23:25:21 -05:00
- vectors: ensure its ok with bignum indices
- cat, reverse-cat primitives
2005-02-27 16:54:09 -05:00
- code gc
- generational gc
- doc comments of generics
- proper ordering for classes
2005-03-21 20:53:26 -05:00
+ slow data structures:
- vector-map, string-map, vector-each, string-each, vector-project:
consing
- map, subset, project, append: not tail recursive