tommythorn / Reduceron

FPGA Haskell machine with game changing performance. Reduceron is Matthew Naylor, Colin Runciman and Jason Reich's high performance FPGA softcore for running lazy functional programs, including hardware garbage collection. Reduceron has been implemented on various FPGAs with clock frequency ranging from 60 to 150 MHz depending on the FPGA. A high degree of parallelism allows Reduceron to implement graph evaluation very efficiently. This fork aims to continue development on this, with a view to practical applications. Comments, questions, etc are welcome.
423 stars 29 forks source link

Over- and under-flow signals on all stacks (value, update, and label) #13

Open tommythorn opened 11 years ago

tommythorn commented 11 years ago

Fatal errors are bad, but silent failures are much much worse. Having these spill to memory is probably both hard and expensive (in cycle time). It's likely a better choice to grossly over provision the stacks and fatally fails the edge cases.