		TODO file for Checker V0.4

From Tristan C/O marc@david.sacly.cea.fr:

* more parameter to checker: size of red zone, automatic garbage collector at 
  the end, at interval, size of bitmap element, disable checker...

* protection of internal datas by chkr_check_addr()

* stop after n errors.

* (demangler for g++)

* use __builtin_?? (See gcc) for frame pointer ...

* Use an other program to collect symbols and to sort (?)

***********************************************************************

* garbage collector must only read pointers on 'good' zones : use the bitmaps

* (codecheck.S doesn't recognize all instructions.)

* watch points can be easily implemented

* chkr_check_right written in asm, in order to be really faster

* catch SIGSEGV, SIGILL ...

* ?? code insertion at link level. Can be very difficult to do ??

* writing a better doc, README, TODO, HowDoesItWork... and a texinfo doc 

* Porting to other systems.

* handle brk, sbrk, mmap, mprotect ...

* use /proc/self/exe

* potentiel leaks.