Jochen Hoenicke wrote:

> I made a change that does this.  It also uses Strings to get the
> initial data, instead of using various java.io classes.  I think it
> might be bad if the static constructor of a basic class like
> java.lang.Character uses too many other classes (this might lead to
> bootstrapping problems).  The strings are created by a perl script.
> 
> See: http://www.informatik.uni-oldenburg.de/~delwi/classpath/
> 
> Artur: You should test it for performance. [...]

I've forgotten about this one and it seems that it wasn't accepted into
classpath tree.

I will perform some tests (and I'm almost sure that it will be faster
than current implementation) and provide results here. Are there any
particular reasons for not accepting this class if it will turn out to
be fast and correct mauve-wise ?

Artur

Reply via email to