Re: [Sablevm-developer] _svmt_interned_string_struct unused
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-03-28 18:12:14
|
Hi David, David B=E9langer wrote: > One of the bug reports concern the type _svmt_interned_string_struct > that is unused. The String.intern() is implemented in Java. >=20 > Is there any future or unimplemented use for > _svmt_interned_string_struct: Not that I know of. Early versions of SableVM needed it, until I simplif= ied the bootstrap process (thus the static initialization restrictions). You can safely remove this code. Etienne --=20 Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |