etaoins / llambda

Scheme R7RS frontend for LLVM
Other
68 stars 6 forks source link

Integer overflow is undefined #20

Closed etaoins closed 9 years ago

etaoins commented 10 years ago

Integer overflow should either silently convert to inexact or raise an error. Currently the behaviour is undefined and varies depending where the overflow occurred (reducer, generated code or runtime)