Re: [fpc-devel] LocalReferenceFixup

2010-10-06 Thread Martin Schreiber
On Tuesday, 5. October 2010 17.24:09 José Mejuto wrote: Hello FPC, Tuesday, October 5, 2010, 4:08:08 PM, you wrote: As you can see the Loaded event is called (marked with some //-) before calling GlobalFixupReferences, MS Not if GlobalLoaded is set. Yes, but it is not set, because

Re: [fpc-devel] Pre-zeroing in MM by background thread/process

2010-10-06 Thread Florian Klaempfl
Am 06.10.2010 05:57, schrieb Adem: I did a global search on trunk\compiler and found the following numbers: GetMem(): 212 hits FillChar(): 362 hits I haven't checked any other fpc folder, but I am sure those figures would multiply. What I did notice was that GetMem() and FillChar()

Re: [fpc-devel] Pre-zeroing in MM by background thread/process

2010-10-06 Thread Sven Barth
Am 06.10.2010 05:57, schrieb Adem: I did a global search on trunk\compiler and found the following numbers: GetMem(): 212 hits FillChar(): 362 hits [...] --- More hit data: fpc/trunk/packages/ GetMem(): 1464 hits FillChar(): 608 hits trunk/lazarus/ GetMem(): 522 hits

Re[2]: [fpc-devel] LocalReferenceFixup

2010-10-06 Thread José Mejuto
Hello FPC, Wednesday, October 6, 2010, 8:37:44 AM, you wrote: Yes, but it is not set, because BeginGlobalLoading is not called at [...] MS Avoid circular component references in the forms and adjust the creation order MS that the referencing forms are created later or use [...] MS Lazarus: MS