On 7/22/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote:
- But I also saw that you fail the JIT if you don't have 256 K of free stack space. The default Windows stack size is only 1 MB. Do we need to fail a compile of 10 lines of bytecode if we don't have 1/4 of the stack available? Maybe this can be less strict, or some heuristic based on method size? What do you think about this?
I think this must be a JIT heuristics because even a small method can lead to inlining of whole classlib API :) -- Mikhail Fursov