alsa-lib/alsalisp
Jaroslav Kysela 523b1eb92e alsalisp memory allocation optimization
- force of reusing alisp objects
  - added auto-garbage-collect mechanism
  - fixed bad garbage-collect (yes, the original code can free "running" lisp program)
  - hctl.lisp test example
    - reduced lisp object memory pool usage from 240kB to 29kB (auto-gc)
    - reduced --''-- from 29kB (auto-gc) to 9kB (manual gc)
FIXME: we need definitely an opminization for the alisp object lookups
       - use bsearch()?
2003-08-22 09:41:17 +00:00
..
alsalisp.c Fix against current code 2003-07-28 12:03:41 +00:00
hctl.lisp alsalisp memory allocation optimization 2003-08-22 09:41:17 +00:00
hello.lisp Added snd_hctl_open_ctl() function. 2003-07-27 20:20:26 +00:00
Makefile.am Initial code for lisp interpreter 2003-06-24 19:30:08 +00:00