• Yukihiro "Matz" Matsumoto's avatar
    Reorganize C++ exceptions; ref #3470 · 0bcf9e28
    Yukihiro "Matz" Matsumoto authored
    There are 3 levels of C++ exception handling:
    * default - no C++ exception (use setjmp/longjmp)
    * enable_cxx_exception (use C++ exceptions with C ABI)
    * enable_cxx_abi (use C++ ABI including exceptions)
    0bcf9e28
vm.c 65.1 KB