[fpc-devel] x86_64 Optimizer Overhaul
    Marco van de Voort 
    core at pascalprogramming.org
       
    Mon Dec 17 09:05:39 CET 2018
    
    
  
Op 12/17/2018 om 8:23 AM schreef Ryan Joseph:
>> On Dec 16, 2018, at 10:57 PM, Marco van de Voort <fpc at pascalprogramming.org> wrote:
>>
>> I'm no expert, but afaik creating an object involves an exception frame, which is afaik cheaper in Delphi with SEH, then FPC with setjmp.
> Even if there is no try..except block?
Try.. finally block is more like it. If the constructor segfaults, the 
already allocated memory is released and an exception is raised.
    
    
More information about the fpc-devel
mailing list