Remove all RubyString conversions to Java Strings
-------------------------------------------------

                 Key: JRUBY-1631
                 URL: http://jira.codehaus.org/browse/JRUBY-1631
             Project: JRuby
          Issue Type: Improvement
          Components: Core Classes/Modules
            Reporter: Ola Bini


Though we have moved JRuby to Joni, we still have lots of places that convert 
RubyString to a Java String. We should strive to eliminate all these places 
with the end goal of removing the cached Strings in ByteList. This will improve 
performance and save memory.

In RubyString, the most important places are:
String#crypt
String#casecmp
String#[String]
String#[String]=
String#oct

There may be other consumers that rely on toString conversions too.

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

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to