Message11147

Author zyasoft
Recipients jamesmudd, zyasoft
Date 2017-02-28.23:35:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488324954.41.0.572197484461.issue2559@psf.upfronthosting.co.za>
In-reply-to
Content
Sounds like the best alternative is to increase the stack size, given that this is a recursion test after all.

Presumably what we are seeing differences in how much stack allocations cost between different OSes, architectures, and Java implementations. There's no standard here that we can rely on that states exactly how much stack allocation some set of ops will cost for Java, so we have to be conservative and ask for more than we might expect.
History
Date User Action Args
2017-02-28 23:35:54zyasoftsetmessageid: <1488324954.41.0.572197484461.issue2559@psf.upfronthosting.co.za>
2017-02-28 23:35:54zyasoftsetrecipients: + zyasoft, jamesmudd
2017-02-28 23:35:54zyasoftlinkissue2559 messages
2017-02-28 23:35:54zyasoftcreate