You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2006/12/15 13:32:26 UTC

[jira] Updated: (HARMONY-2737) [classlib][luni] Missing compressed strings support in java.lang.String.

     [ http://issues.apache.org/jira/browse/HARMONY-2737?page=all ]

Pavel Pervov updated HARMONY-2737:
----------------------------------

    Summary: [classlib][luni] Missing compressed strings support in java.lang.String.  (was: [drlvm][classlib] Missing compressed strings support in java.lang.String.)

> [classlib][luni] Missing compressed strings support in java.lang.String.
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-2737
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2737
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Pavel Pervov
>
> Currently, DRLVM supports "compressed" strings (where character occupies 1 byte instead of 2). This improves performance on operations with pure ASCII strings (like ones present in XML processing).
> But this implementation depends on the presence of special field 'bvalue' of type 'byte[]' in java/lang/String and the support for operations on "compressed strings" in this class. It would be nice to have this support implemented in java.lang.String. It will work only with VMs supporting "compressed" one-byte strings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira