From: Archie Cobbs (archie@www.transvirtual.com)
Date: Mon Dec 21 1998 - 01:33:28 EST
kaffe/kaffe/kaffevm hashtab.c locks.h string.c stringSupport.h utf8const.c
Sun Dec 20 22:33:27 PST 1998
Update of /home/cvspublic/kaffe/kaffe/kaffevm
In directory www.transvirtual.com:/tmp/cvs-serv10942
Modified Files:
Tag: NEW_STRINGS
hashtab.c locks.h string.c stringSupport.h utf8const.c
Log Message:
Tweaks & fixes to interning..
- Need to move the locks out of the hashtable to avoid race condition
where two threads add the same String or Utf8Const at the same time
- Precompute Utf8Const hash values since they're always needed
- Intern all "internally generated" strings to comply with the JLS
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:26 EDT