[Sablevm-developer] _svmt_interned_string_struct unused
Brought to you by:
egagnon
From: David <db...@cs...> - 2004-03-28 01:01:08
|
Etienne, One of the bug reports concern the type _svmt_interned_string_struct that is unused. The String.intern() is implemented in Java. Is there any future or unimplemented use for _svmt_interned_string_struct: ------- struct _svmt_interned_string_struct { _svmt_interned_string *next; const char *value; /* this string will not be automatically feed and m= ust remain unchanged throughout the bootstrapping process. */ jstring string; /* reference to interned string */ }; --------- David --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |