		TODO file for Checker V0.3

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()

* when output is redirected, Checker must be sur that the program never
  handle the file descriptor.

* stop after n errors.

* demangler for g++

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

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

* prevent to execute the 'bad' instruction.

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

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

* codecheck.S doesn't recognize all instruction, and thinks cld when repxx

* watch points can be easily implemented

* do_checker in gas does not handle correctly addr16 prefix (but gas too)

* 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 ...
