Matt Bovel

Results 94 comments of Matt Bovel

Since this issue was created, there has been progress on a Java Vector API: https://openjdk.org/jeps/338. Does it change something for the design of the SIMD API in Scala Native? Would...

Running as a non-root user seems like good first step. Could the JVM's [SecurityManager](https://docs.oracle.com/javase/7/docs/api/java/lang/SecurityManager.html) be useful as well?

About the error message: - `Infinite loop in function body` does not seem appropriate for vals. - Why don't we refer to the precise place where the recursion happens instead...

Minor: should we rename this phase to `CheckInfiniteLoops` as it's not just about implicits?

@gagandeepkalra do you plan to further work on this PR? It would be great to have it merged! 😃

Here is an attempt to minimize: ```scala object Test { class Box[T](val value: T) def f[T](l: List[Box[_