Re: [fpc-pascal] Crash using library.

2016-02-28 Thread fredvs
Hello. OK, I get it, it was a wrong allocated pointer. Sorry for the noise. Fre;D - Many thanks ;-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Crash-using-library-tp5724330p5724381.html Sent from the Free Pascal - General mailing list archive at

Re: [fpc-pascal] Primitive Record Wrappers

2016-02-28 Thread Maciej Izak
2016-02-27 9:44 GMT+01:00 Sven Barth : > Sidenote for this (don't know whether you have already ensured that): > these operators must not be useable as global operators as after all they > must he known in the RTTI and that can't work if they're declared in > another

Re: [fpc-pascal] Happy tickets benchmark

2016-02-28 Thread Serguei TARASSOV
Hello, Some updates of tests. I added a simple assembler code as a reference of the "minimally poor code". GCC has a good optimizer reducing the time in two. C#/IL has about the same result. Unfortunately, FPC (3.0.0 64 bits) is always under the "minimally poor". In addition : - changing types