Re: [Lazarus] Profiling with Valgrind

2020-12-09 Thread Juha Manninen via lazarus
There is another wiki page about Valgrind : https://wiki.freepascal.org/Debugging_with_Valgrind It is not very good. It does not even mention the callgrind tool. What more, the page name is "Debugging with Valgrind" while it should be "Profiling with Valgrind". If somebody wants to improve instruc

Re: [Lazarus] Lazarus (idescout) cannot be compiled after 64182

2020-12-09 Thread Vojtěch Čihák via lazarus
Thanks. __ Od: "Juha Manninen via lazarus" Komu: "Lazarus mailing list" Datum: 09.12.2020 15:53 Předmět: Re: [Lazarus] Lazarus (idescout) cannot be compiled after 64182 Oops, yes. I restored it in r64190.Regards,Juha -- --

Re: [Lazarus] Lazarus (idescout) cannot be compiled after 64182

2020-12-09 Thread Juha Manninen via lazarus
On Wed, Dec 9, 2020 at 4:39 PM Vojtěch Čihák via lazarus < lazarus@lists.lazarus-ide.org> wrote: > property Comps: TRegisteredComponentList read fComps; > > was removed (accidentaly? because the private field fComps is still there). > Oops, yes. I restored it in r64190. Regards, Juha -- __

[Lazarus] Lazarus (idescout) cannot be compiled after 64182

2020-12-09 Thread Vojtěch Čihák via lazarus
Hi,   error is unit frmscout.pas, lines 676 and 678 (frmscout.pas(676,35) Error: Identifier idents no member "Comps").   Reason is that the line 294 of componentreg.pas:    property Comps: TRegisteredComponentList read fComps;   was removed (accidentaly? because the private field fComps is still

Re: [Lazarus] Designer speedup, issue #37706, Sven Barth

2020-12-09 Thread Juha Manninen via lazarus
On Wed, Dec 9, 2020 at 2:56 AM Juha Manninen wrote: > I want to optimize function TPkgManager.GetUnitsAndDepsForComps. > Actually that function is OK. I finally understood what it does. In r64188 I changed MainIDE.PropHookPersistentAdded so that it gets dependencies only for the newly added comp