This is the mail archive of the java-prs@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

java.lang/62: Change Character implementation



>Number:         62
>Category:       java.lang
>Synopsis:       Change Character implementation
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    tromey
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 04 16:00:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Tom Tromey
>Release:        current cvs
>Organization:
>Environment:

>Description:
Currently we have the choice of "fast" or "small"
java.lang.Character implementations.

It turns out that implementing a 2-level table,
where the second level is omitted if the entire page
holds the same value, is smaller than our current
"small" implementation and nearly as fast as our
"fast" implementation.  We should remove the choice
and instead reimplement this way.

See libunicode for an example of how to do this.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]