Re: [fpc-pascal] Freeing memory with exceptions

2023-05-25 Thread Steve Litt via fpc-pascal
Benito van der Zander via fpc-pascal said on Wed, 24 May 2023 13:00:04 +0200 >I regret installing Linux. Everything worked better with Windows 98 >and Delphi 4 Why not just take your Win98 install disk, install win98, then take your Delphi 4 install disk, install Delphi 4, and you're all set. And

Re: [fpc-pascal] Freeing memory with exceptions

2023-05-25 Thread Michael Van Canneyt via fpc-pascal
On Thu, 25 May 2023, Benito van der Zander via fpc-pascal wrote: Hi, That 99.99% of people does use it, indicates they simply take the overhead because of the advantages that the managed types offer. Or they simply do not know about the overhead If people don't know there is overhead

Re: [fpc-pascal] Freeing memory with exceptions

2023-05-25 Thread Benito van der Zander via fpc-pascal
Hi, That 99.99% of people does use it, indicates they simply take the overhead because of the advantages that the managed types offer. Or they simply do not know about the overhead Like I was writing all my code on Windows 98, and never noticed any overhead, until I started running benchm

Re: [fpc-pascal] Freeing memory with exceptions

2023-05-25 Thread Sven Barth via fpc-pascal
Mattias Gaertner via fpc-pascal schrieb am Do., 25. Mai 2023, 08:23: > On Thu, 25 May 2023 07:55:39 +0200 > Sven Barth via fpc-pascal wrote: > > >[...] > > But this is what "managed type" *means*: that the compiler and RTL > > will make sure that it's correctly freed as long as nothing > > unexp