2012/12/19 David Cowan <[email protected]>:
> I found something interesting while profiling our application that I'm
> hoping someone can explain. I noticed 8.3 MB of memory allocated to int16[]
> arrays. Digging down further I found that these all originated in
> NHibernate.Hql.Ast.ANTLR.HqlLexer for static readonly field
> DFA23_transition. Here is the variable definition
>
> static readonly short[][] DFA23_transition =
> DFA.UnpackEncodedStringArray(DFA23_transitionS);
>

It is part of code auto-generated by ANTLR for parsing HQL. I don't
know if there is some setting or change that can make it smaller or if
it simply has to be that size for the HQL grammar with this version of
ANTLR.


/Oskar

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to