Skip to content
Snippets Groups Projects
  1. Feb 09, 2002
  2. Feb 07, 2002
    • megacz's avatar
      2002-02-06 Adam Megacz <adam@xwt.org> · ef8fa395
      megacz authored
              * boehm-gc/include/gc.h: (GC_CreateThread) This function is
              now exposed on all Win32 platforms.
              * boehm-gc/win32_threads.c: (GC_CreateThread) This now
              compiles on Win32; it invokes CreateThread() if GC is built
              as a DLL; otherwise it registers the thread.
              * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
              libgcjgc was not built as a DLL.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49563 138bc75d-0d04-0410-961f-82ee72b054a4
      ef8fa395
  3. Oct 16, 2001
  4. Aug 18, 2001
  5. May 21, 2001
    • bryce's avatar
      Imported version version 6.0alpha7. · f8c1da57
      bryce authored
      	* README, README.Mac, README.OS2, README.QUICK, README.alpha,
      	README.amiga, README.debugging, README.dj, README.hp, README.linux,
      	README.rs6000, README.sgi, README.solaris2, README.uts,
      	README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
      	dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
      	gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
      	hpux_irix_threads.c, makefile.depend, nursery.c,
      	solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
      	cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
      	cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
      	include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
      	files.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42379 138bc75d-0d04-0410-961f-82ee72b054a4
      f8c1da57
  6. Apr 07, 2001
    • bothner's avatar
      · 0acad087
      bothner authored
      	* misc.c: Back out buggy changes to stack clearing code.
      	Reduce CLEAR_SIZE to 1/4 of original value to reduce time
      	spent clearing memory.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41172 138bc75d-0d04-0410-961f-82ee72b054a4
      0acad087
  7. Apr 05, 2001
    • tromey's avatar
      2001-04-04 Hans Boehm <hans_boehm@hp.com> · d00b9cd2
      tromey authored
      	* finalize.c:
      	- Accomodate finalization requests for static objects.
      	  (Will be required by hash synchronization.  May be needed
      	  in some configurations now.)
      
      	* gc_priv.h:
      	- Define MIN_WORDS.  All allocation requests are rounded
      	  up to at least this size.  Removes a subtle assumption that
      	  Java objects have a 2 word header.
      
      	* gcconfig.h:
      	- Adjust Linux/IA64 configuration for non-ancient kernels.
      	  (Necessary fix for IA64.)
      
      	* linux_threads.c:
      	- Fix syntax error in currently unused code.  Will be needed
      	  for Linux/PA-RISC.
      
      	* malloc.c:
      	- Handle MIN_WORDS.
      
      	* misc.c:
      	- Handle MIN_WORDS.
      	- Change stack cleaning code to typically clear about one tenth
      	  the memory it used to in the threads configuration.  Occasionally
      	  still clear more.  (This is really a fix for a long-standing
      	  and fairly significant performance bug with threads.)
      
      	* os_dep.c:
      	- Fix the code for finding the beginning of the data segment under
      	  Linux.  I believe this is necessary for some IA64 Linux
      	  distributions.  It will also helo other platforms, though those
      	  may additionally require a gcconfig.h adjustment.  (This basically
      	  works around the absence of a data_start or __data_start
      	  definition in glibc.)
      
      	* test.c:
      	- Handle rounding due to MIN_WORDS.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41102 138bc75d-0d04-0410-961f-82ee72b054a4
      d00b9cd2
  8. Apr 19, 2000
  9. Apr 02, 2000
  10. Dec 20, 1999
  11. Dec 12, 1999
  12. Nov 04, 1999
  13. Nov 01, 1999
  14. Jun 21, 1999
  15. Apr 26, 1999
  16. Apr 07, 1999
Loading