README.os2 raw

   1  The code assumes static linking, and a single thread.  The editor de has
   2  not been ported; the cord test program has.  The supplied WCC_MAKEFILE should
   3  work for OS/2 but was not tested on the target.
   4  
   5  To build the collector, use the command:
   6      wmake -f WCC_MAKEFILE SYSTEM=OS2 ENABLE_STATIC=1
   7  
   8  Since we haven't figured out how to do partial linking or to build static
   9  libraries, clients currently need to link against a long list of executables.
  10  
  11  Notes:
  12  * adding dynamic linking support seems easy, but was not done;
  13  * adding thread support may be nontrivial, since we have not yet figured out
  14    how to look at another thread's registers;
  15  * memory unmapping to the operating system is not supported;
  16  * incremental collection is not supported yet;
  17  * setjmp_test may yield overly optimistic results when compiled without
  18    optimization.
  19