[fpc-pascal] Re: CRelocateThreadVar called from fpc_pushexceptaddr/fpc_popaddrstack

2010-09-09 Thread Seth Grover
Thanks, Jonas. As always your answers are very helpful. Cheers, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-pascal maillist - fpc-p

Re: [fpc-pascal] CRelocateThreadVar called from fpc_pushexceptaddr/fpc_popaddrstack

2010-09-09 Thread Jonas Maebe
On 09 Sep 2010, at 20:38, Seth Grover wrote: > The documentation > (http://www.freepascal.org/docs-html/prog/progse46.html) indicates > that "RelocateThreadVar is called each time when a thread is started, > and once for the main thread." > > Is it not called much more frequently than this? Yes

[fpc-pascal] CRelocateThreadVar called from fpc_pushexceptaddr/fpc_popaddrstack

2010-09-09 Thread Seth Grover
The documentation (http://www.freepascal.org/docs-html/prog/progse46.html) indicates that "RelocateThreadVar is called each time when a thread is started, and once for the main thread." Is it not called much more frequently than this? I was doing some profiling with valgrind and noticed that every

Re: [fpc-pascal] Apple development tools

2010-09-09 Thread Jonas Maebe
On 09 Sep 2010, at 16:23, ABorka wrote: This is good news. Are there any plans for releasing the latest and greatest FPC system for iPhone dev? FPC 2.4.0 has already been released for iPhone development, and so will FPC 2.4.2 and other future versions. Jonas

Re: [fpc-pascal] Apple development tools

2010-09-09 Thread ABorka
On 9/9/2010 06:45, Jonas Maebe wrote: On 09 Sep 2010, at 15:31, Mark Morgan Lloyd wrote: I've just had my attention drawn to this elsewhere, and thought it would be of general interest. "In particular, we are relaxing all restrictions on the development tools used to create iOS apps, as long

Re: [fpc-pascal] Apple development tools

2010-09-09 Thread Jonas Maebe
On 09 Sep 2010, at 15:31, Mark Morgan Lloyd wrote: I've just had my attention drawn to this elsewhere, and thought it would be of general interest. "In particular, we are relaxing all restrictions on the development tools used to create iOS apps, as long as the resulting apps do not down

[fpc-pascal] Apple development tools

2010-09-09 Thread Mark Morgan Lloyd
I've just had my attention drawn to this elsewhere, and thought it would be of general interest. "In particular, we are relaxing all restrictions on the development tools used to create iOS apps, as long as the resulting apps do not download any code. This should give developers the flexibilit

[fpc-pascal] Request for a look at sqldb Firebird database code

2010-09-09 Thread Jim
Hi all, Still wrestling with my locate clone at (download source+exe) http://bitbucket.org/jb/flocate/get/tip.zip I've hit some interesting behaviour: running 64 bit embedded Firebird with 64 bit fpc lead to unhandled exceptions in the Firebird dll, see: http://mantis.freepascal.org/view.php?id=1

Re: [fpc-pascal] Basics of profiling

2010-09-09 Thread Felipe Monteiro de Carvalho
Thanks a lot all for the tips =) On Mon, Sep 6, 2010 at 1:01 PM, Graeme Geldenhuys wrote: > fpprofiler was quick and easy to use, and it have me results that was > But for quick and easy profiling, I found fpprofiler to suite my needs > just well. Just remember to have your code in some SCM syste