interning

Date view Thread view Subject view Author view

From: Godmar Back (gback@cs.utah.edu)
Date: Sun Dec 20 1998 - 20:02:05 EST


 So, would you always intern a java string created from a CONSTANT_String
entry in the constant pool when it's being resolved to CONSTANT_ResolvedString?

I would that might not be what we want, since it would happen if you,
for instance, write
        System.out.println("Hello, World\n");
--- you don't want to intern that string.

Also, did you do the reference counting thing?

        - Godmar


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:25 EDT