Re: [fpc-pascal] New Arc attempt

2016-08-02 Thread leledumbo
> In FPC (branch for smart pointers) we have own much faster implementation (based on the default field): > > https://github.com/maciej-izak/PascalSmartPointers > > which is usable also for nullable types. I think I've seen this before, but never really dig in to the implementation. -- View t

Re: [fpc-pascal] New Arc attempt

2016-08-02 Thread Maciej Izak
2016-08-02 11:43 GMT+02:00 leledumbo : > Just came across this on my fb timeline: > https://pascal.today/2016/08/01/arc-for-non-managed-types/ > would be interesting for gc lovers. WARNING: the given code there doesn't > compile with FPC, even on trunk > Nothing new. Proposed long time ago (2008!

[fpc-pascal] New Arc attempt

2016-08-02 Thread leledumbo
Just came across this on my fb timeline: https://pascal.today/2016/08/01/arc-for-non-managed-types/ would be interesting for gc lovers. WARNING: the given code there doesn't compile with FPC, even on trunk -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/New-Ar