direct weaving/escape-analysis
This commit is contained in:
parent
661a09817a
commit
9f6878f891
9 changed files with 482 additions and 45 deletions
|
|
@ -40,6 +40,13 @@ public class MicroCache extends ByteDataWriter
|
|||
super( ab );
|
||||
}
|
||||
|
||||
public final static MicroCache emptyNonVirgin = new MicroCache( null );
|
||||
|
||||
static
|
||||
{
|
||||
emptyNonVirgin.virgin = false;
|
||||
}
|
||||
|
||||
public static MicroCache emptyCache()
|
||||
{
|
||||
return new MicroCache( null ); // TODO: singleton?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue