> > Another thing I would try is paring down the query to make it as small > as possible while still reproducing the problem. > > Aye, there's the rub. In general with these byte code generation problems it is the size of the query that is the problem. We are dealing with strict JVM specification limits on things like method sizes. So, we split methods into smaller methods and then we have too many constants. Robbing Peter to pay Paul only works for so long.
- Re: Any ideas for debugging a byte code generation p... Kathey Marsden
- Re: Any ideas for debugging a byte code generat... RPost
- Re: Any ideas for debugging a byte code gen... Andrew McIntyre
- Re: Any ideas for debugging a byte code... Kathey Marsden
- Re: Any ideas for debugging a byte ... Jeremy Boynes
- Re: Any ideas for debugging a ... Kathey Marsden
- Re: Any ideas for debuggin... Kathey Marsden
- Re: Any ideas for debuggin... Daniel John Debrunner
- Re: Any ideas for debugging a byte code gen... Kathey Marsden
