Open
Description
From @fdietze on March 12, 2012 14:20
Hi there,
i'm working on a project where I use ArrayBuffers in performance-critical sections. In some places I was able to replace them with Arrays, so they got while-optimized by the scalacl-compiler-plugin. But in other cases it would make the code way more unreadable or easier to replace them with while-loops myself.
So I'd like to see support for optimization of IndexedSeq in the scalacl-compiler-plugin.
Thank you!
Felix
Copied from original issue: nativelibs4java/nativelibs4java#286