• Kevin Modzelewski's avatar
    Templatize runtimeCall for different exception styles · a62ba58f
    Kevin Modzelewski authored
    Which also involves templatizing most of the things that it
    calls as well.
    
    CompiledFunction's now have an additional parameter "exception_style",
    and we will try to call a version of the function with the requested
    style.  All of our runtime functions are written to the CXX style,
    and there's not a whole lot of benefit until we templatize the runtime
    functions individually.
    a62ba58f
list.cpp 4.62 KB