On Thu, 22 Jun 2000, ###@###.### wrote:
> Is it possible to change method Parser.foldStrings() to
> use iteration instead of recursion? This is the most
> stack consuming code in javac. I think it is not
> difficult to change the code. The Solaris people
> want to reduce the default stack size in order to
> achieve better scalability. Thanks for your attention.
> Is it possible to change method Parser.foldStrings() to
> use iteration instead of recursion? This is the most
> stack consuming code in javac. I think it is not
> difficult to change the code. The Solaris people
> want to reduce the default stack size in order to
> achieve better scalability. Thanks for your attention.
- duplicates
-
JDK-4482823 Concatenation of String Constants causes compiler error
-
- Closed
-