Three small patches

Date view Thread view Subject view Author view

From: Parmelan, Edouard (EP510777@exchange.FRANCE.NCR.com)
Date: Fri Jan 15 1999 - 13:15:13 EST


Hi,

Three small patches,
- configure.in:
  fix AM_ENABLE_SHARED and AM_DISABLE_SHARED calls.

  cosmetic patch: fix spaces for --help

- kaffe/kaffe/main.c:
  fix lt_dlpreload_default() call.

- kaffe/kaffevm/mem/gc-incremental.c:

  made gcRunning and finalRunning volatile are they could be changes by
  differents threads.
  [ It also help gcc to not optimize this:
        finalRunning = false;
        while (finalRunning == false) {
                waitStaticCond(&finman, 0);
        }
  ]

  cosmetic patch: made mustfree, white, grey, black and finalise const.
    

Edouard.

---
 <<kaffe.diff>> 



Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:43 EDT