Am 24.02.19 um 15:22 schrieb Marco van de Voort: > > it bothers you, help making exceptions cheaper (table based exceptions/seh) Actually, it is only cheaper if no exceptions are raised. Raising an exception is very expensive when the table driven approach is used.