Skip to content
  • John Ericson's avatar
    Let LLVM and C handle > native size arithmetic · beef6135
    John Ericson authored and Marge Bot's avatar Marge Bot committed
    NCG needs to call slow FFI functions where we "borrow" the C compiler's
    implementation, but there is no reason why we need to do that for LLVM,
    or the unregisterized backend where everything is via C anyways!
    beef6135