marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Compilation with optimisations enabled requires several GBs of RAM #184

Closed marekjm closed 6 years ago

marekjm commented 6 years ago

Compilation with -O3 may fail (with internal compiler errors in most severe cases) when compiling Viua on systems with 4GB or less RAM.

marekjm commented 6 years ago

Tracked by issue 7c06177872c3a718510a54e6513820f8fe0fb99b.