Inline functions inside for loop control area.
Status: Inactive
Brought to you by:
robgreayer
Given the attached file, when optimizations are turned on and any one of the given functions is inlined, it won't compile, and sometimes eclipse produces this error and locks up, especially after fiddling with turning optimizations on and off and inlining/deinlining things trying to get it to compile:
Exception in thread "Thread-7" java.lang.NullPointerException
at lslplus.util.Util.URIDecode(Util.java:372)
at lslplus.cserver.CompilationServer$1.run(CompilationServer.java:115)
at java.lang.Thread.run(Thread.java:619)
Works fine with optimizations turned off, though.
Workaround is to expand the for loop into a while loop instead.
System is Linux/x86/32bit, Eclipse ganymede.
Ebil script of dewm. :<