|
Re: !!!!!!!!URGENT! Size of the method in jython!: msg#00056lang.jython.user
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> |
|---|---|---|
| Previous by Date: | Re: !!!!!!!!URGENT! Size of the method in jython!, Samuele Pedroni |
|---|---|
| Next by Date: | remote login mysql bug in RH8 or com.ziclix.python.sql zxJDBC mysql, chrisf |
| Previous by Thread: | Re: !!!!!!!!URGENT! Size of the method in jython!, Samuele Pedroni |
| Next by Thread: | remote login mysql bug in RH8 or com.ziclix.python.sql zxJDBC mysql, chrisf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |