logo       

Re: !!!!!!!!URGENT! Size of the method in jython!: msg#00056

lang.jython.user

Subject: Re: !!!!!!!!URGENT! Size of the method in jython!

On Wed, 2003-02-26 at 03:08, Selim Cesic wrote:
> Hi all,
>
> I need an urgent advise on how to deal with the problem of method-size
> limitation in Jython.
> One of our (runtime generated) methods seems to exceed the 65k limit that
> jython has.
>
> Is there any way to avoid this problem?! Is this a configuration issue?

The most obvious way to avoid the problem would be to refine the
code-generation code (metacode?) such that portions of the generated
code are split off into subroutines.

Other optimizations would be moving decisions currently made in code to
be made based on data (tables), and externalizing said data if need be.



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise