[fpc-devel] The 15k bounty: Optimizing executable speed for Linux x86 / LLVM

Martin Schreiber mse00000 at gmail.com
Thu Oct 25 11:46:51 CEST 2018


On Thursday 25 October 2018 11:18:58 Sven Barth via fpc-devel wrote:
>
> I'm against emulating SEH. Better implement DWARF exceptions. The
> infrastructure that was created for SEH inside the compiler should help
> nevertheless.
>
MSElang has some code for "Itanium ABI Zero-cost Exception Handling" supported 
by LLVM, for example the runtime part:
https://gitlab.com/mseide-msegui/mselang/blob/master/mselang/compiler/__mla__personality.pas
Works well so far.

Martin



More information about the fpc-devel mailing list