Re: [fpc-devel] Optimization for TObject.InheritsFrom (and the 'is' operator)

2007-07-23 Thread Bram Kuijvenhoven
Florian Klaempfl wrote: Just curious, did anybody have profiling results which indicate that as/is are really a bottleneck? For Lazarus, I found that about 0.5% of the time is spent in TObject.InheritsFrom (I did two runs). About 50% of this comes from calls in TCustomForm.UpdateActions; the

Re: [fpc-devel] Optimization for TObject.InheritsFrom (and the 'is' operator)

2007-07-23 Thread Bram Kuijvenhoven
Peter Popov wrote: Even if packages won't work, there is a compromise solution. One can still re-arrange the existing hierarchy. The default TObject.InheritsFrom is as before - traverses the tree. However, a custom class may use the fact that the arrangement is linear. This way, if one has a

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Van Canneyt
On Mon, 23 Jul 2007, Michael Schnell wrote: Yes. The crossfpc people have made a similar tool... Is crossfpc still/again active ? Yes. They're working full-time on it, it seems. Michael. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Schnell
The website is outdated, but the mailing list recently became quite active again Great ! - including flamewars. not that great ;-) -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Small patch for messages

2007-07-23 Thread Yury Sidorov
From: Felipe Monteiro de Carvalho [EMAIL PROTECTED] Hi, Attached patch fixes a typo when Unicode define is set, and adds two new windows messages I couldn't find in the rtl. Please review. Applied. Thanks. Yury. ___ fpc-devel maillist -

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Leonardo M. Ram
Can you give us the the mailing list addess? I can't find it on the web site. --- Michael Schnell [EMAIL PROTECTED] wrote: The website is outdated, but the mailing list recently became quite active again Great ! - including flamewars. not that great ;-) -Michael

Re: [fpc-devel] Enabling use of {$R *.dfm} on Windows

2007-07-23 Thread Michael Van Canneyt
On Mon, 23 Jul 2007, wrote: Can you give us the the mailing list addess? I can't find it on the web site. [EMAIL PROTECTED] The webinterface is at: http://lists.computerman.de/mailman/listinfo/crossfpc But your subscription will be held for approval by Simon Kissel. Michael.

[fpc-devel] Location of objective-c runtime headers

2007-07-23 Thread Felipe Monteiro de Carvalho
hi, I translated the objective-c runtime headers. Those headers are the core connection to objective-c and necessary to bind directly to any objective-c library, such as Cocoa. The objective-c runtime API provided by Apple is unique to Mac OS X. On other platforms there is a similar API, but

Re: [fpc-devel] Location of objective-c runtime headers

2007-07-23 Thread Jonas Maebe
On 23 Jul 2007, at 17:41, Felipe Monteiro de Carvalho wrote: I translated the objective-c runtime headers. Those headers are the core connection to objective-c and necessary to bind directly to any objective-c library, such as Cocoa. The objective-c runtime API provided by Apple is unique to