2005-02-27 16:54:09 -05:00
|
|
|
+ plugin:
|
2005-02-05 22:51:41 -05:00
|
|
|
|
2005-02-08 22:02:44 -05:00
|
|
|
- word preview for remote words
|
2005-02-16 23:24:35 -05:00
|
|
|
- faster completion
|
2005-03-22 21:20:58 -05:00
|
|
|
- file properties for constructors, accessors/mutators, predicates
|
|
|
|
|
- set 'end' of artifacts/assets accurately
|
2004-12-13 19:16:33 -05:00
|
|
|
|
2005-02-27 16:51:12 -05:00
|
|
|
+ ui:
|
|
|
|
|
|
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-03-01 00:45:50 -05:00
|
|
|
- auto-updating inspector
|
2005-02-27 16:51:12 -05:00
|
|
|
- fix up the min thumb size hack
|
2005-03-01 18:55:25 -05:00
|
|
|
- faster layout
|
|
|
|
|
- faster repaint
|
2005-03-10 22:52:55 -05:00
|
|
|
- frame gap
|
2005-02-27 16:51:12 -05:00
|
|
|
|
2005-02-08 22:02:44 -05:00
|
|
|
+ compiler/ffi:
|
2004-12-02 22:44:36 -05:00
|
|
|
|
2005-03-22 21:20:58 -05:00
|
|
|
- mac os x ffi
|
2005-02-27 16:54:09 -05:00
|
|
|
- [ [ dup call ] dup call ] infer hangs
|
|
|
|
|
- ffi unicode strings: null char security hole
|
|
|
|
|
- utf16 string boxing
|
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
|
2005-02-22 23:07:47 -05:00
|
|
|
- #jump-f #jump-f-label
|
2005-01-25 19:40:57 -05:00
|
|
|
- value type structs
|
|
|
|
|
- out parameters
|
2004-10-13 23:06:40 -04:00
|
|
|
- bitfields in C structs
|
|
|
|
|
- SDL_Rect** type
|
|
|
|
|
- struct membres that are not *
|
2004-11-11 21:00:28 -05:00
|
|
|
- FFI float types
|
2004-08-22 17:28:31 -04:00
|
|
|
|
2005-01-10 23:08:27 -05:00
|
|
|
+ i/o:
|
|
|
|
|
|
|
|
|
|
- stream server can hang because of exception handler limitations
|
|
|
|
|
- better i/o scheduler
|
|
|
|
|
- nicer way to combine two paths
|
|
|
|
|
- add a socket timeout
|
2005-02-08 22:02:44 -05:00
|
|
|
- unix ffi i/o
|
2005-01-10 23:08:27 -05:00
|
|
|
|
2004-10-27 21:21:31 -04:00
|
|
|
+ kernel:
|
2004-07-19 00:34:03 -04:00
|
|
|
|
2005-03-21 15:13:40 -05:00
|
|
|
- parse errors: in parser not debugger
|
|
|
|
|
- make-image: use a list not a vector
|
2005-03-17 23:29:08 -05:00
|
|
|
- powerpc has weird callstack residue
|
2005-02-19 23:25:21 -05:00
|
|
|
- vectors: ensure its ok with bignum indices
|
2004-11-11 16:45:55 -05:00
|
|
|
- cat, reverse-cat primitives
|
2005-02-27 16:54:09 -05:00
|
|
|
- code gc
|
2005-02-08 22:02:44 -05:00
|
|
|
- generational gc
|
|
|
|
|
- make see work with union, builtin, predicate
|
|
|
|
|
- doc comments of generics
|
|
|
|
|
- proper ordering for classes
|
2005-01-25 19:40:57 -05:00
|
|
|
- make-vector and make-string should not need a reverse step
|
2005-02-19 23:25:21 -05:00
|
|
|
- automatically recompiling defs
|
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
|