Re: [fpc-devel] RTTI question

2010-07-31 Thread Florian Klämpfl
Am 31.07.2010 02:06, schrieb Sergei Gorelkin: > Hello, > > I have discovered that the pointer returned by typeinfo() builtin in FPC > is very different from one returned in Delphi. What Delphi returns > points to rough equivalent of FPC's INIT$_ structure, so one > may examine the structure to fig

Re: [fpc-devel] OO rewrite - first round finished

2010-07-31 Thread Florian Klämpfl
Am 31.07.2010 02:23, schrieb Marco van de Voort: > In our previous episode, Hans-Peter Diettrich said: >>> As a first step, I consider the result of >>> cd compiler >>> time make cycle >>> with a hot disk cache before and after a change as good enough to see if >>> a change hurts performance. >> >>