jatovm / jato

Jato, an open source implementation of the JVM
http://www.jatovm.org/
Other
153 stars 30 forks source link

-ftree-vectorize breaks tests on x86-64 #17

Closed penberg closed 12 years ago

penberg commented 13 years ago

Commit 9429bdff9d56394325ee6506d74237acc71ee3f6 disabled '-ftree-vectorize' because it breaks tests on x86-64. We should figure out the root cause, fix it, and enable the optimization.

penberg commented 12 years ago

Issue #25 ("Caller save register clobbered by call instructions") is likely the root cause here. I'm closing the issue.