[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] [Bug #4014] [0.5.8] Hard limit for bytecode size
From: |
Rhys Weatherley |
Subject: |
Re: [Pnet-developers] [Bug #4014] [0.5.8] Hard limit for bytecode size is different in VM bytecode verifier and ilverify |
Date: |
Wed, 18 Jun 2003 19:54:54 +1000 |
User-agent: |
KMail/1.4.3 |
On Wednesday 18 June 2003 07:53 pm, address@hidden wrote:
> It would be nice to increase this limit, but also to provide a command-line
> option to set it.
There already is such an option. e.g. "ilrun --stack-size 32" will set the
limit to 32k instead.
> In the same fashion, the default 8K limit for stack
> is ridiculous : we work on functional language compilation, and recursion
> can be quite deep when functions are not automatically derecursived. In a
> more general way, think of a merge sort on a linked list...
Feel free to make a suggestion as to what the default should be.
We need to investigate growable stacks, of course, but the command-line option
above should get you over the current hurdle. "ilrun --help" will give you
some other options that can be tweaked.
Cheers,
Rhys.