Re: [fpc-devel] r45217 breaks Lazarus compile

2020-05-04 Thread C Western
I have added protections against empty strings in r45237, though I would be quite curious what already called TThread.NameThreadForDebugging considering it was implemented only recently... In fact I had added a call to pthread_setname_np in my application a while ago, and I think there was

Re: [fpc-devel] r45217 breaks Lazarus compile

2020-05-04 Thread Sven Barth via fpc-devel
C Western schrieb am Mo., 4. Mai 2020, 09:59: > > > I have added protections against empty strings in r45237, though I > > would be quite curious what already called > > TThread.NameThreadForDebugging considering it was implemented only > > recently... > > In fact I had added a call to pthread_se

Re: [fpc-devel] Pure function development

2020-05-04 Thread J. Gareth Moreton
So I got my salvaged code transferred over, now I'm mostly researching the constant propagation and inlining code.  I may have to make adjustments to the constant propagation code so i can reuse it, so I can introduce things like a node counter (to catch infinite loops) as well as allow the use