EdGarrity / Clojush

Sandbox for playing with Clojush
Eclipse Public License 1.0
0 stars 0 forks source link

Implement Unchecked Math Option #4

Open EdGarrity opened 5 years ago

EdGarrity commented 5 years ago

Unchecked math has been implemented in some areas of the code. However, this has made the code difficult to manage. This task is to revert to checked math in the code, then turn on the Unchecked-Math option for the compiler to always use unchecked math.

See http://clojure-goes-fast.com/blog/java-arrays-and-unchecked-math/ for details.