[Harbour] 2008-10-17 10:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-17 Thread Szakáts Viktor
2008-10-17 10:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/debug/dbgtobj.prg * source/debug/dbgthsh.prg * source/debug/debugger.prg * source/debug/dbgtarr.prg * Changed rest of GETs to __dbgInput() * source/rtl/listbox.prg - Removed saving cursor position and

[Harbour] 2008-10-17 12:41 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-17 Thread Przemyslaw Czerpak
2008-10-17 12:41 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/debug/debugger.prg * changed __dbgInput() to return logical value and set edit value in variable passed by reference * harbour/source/debug/dbgtobj.prg * harbour/source/debug/dbgthsh.prg *

Re: [Harbour] 2008-10-17 10:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-17 Thread Przemyslaw Czerpak
On Fri, 17 Oct 2008, Szak�ts Viktor wrote: Hi Viktor, 2008-10-17 10:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/debug/dbgtobj.prg * source/debug/dbgthsh.prg * source/debug/debugger.prg * source/debug/dbgtarr.prg * Changed rest of GETs to __dbgInput() Thank you.

[Harbour] 2008-10-17 15:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-17 Thread Przemyslaw Czerpak
2008-10-17 15:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/pp/hbpp.c * workaround for warning in some GCC versions which can lost user casting during function autoinline optimization. * harbour/source/rtl/console.c * harbour/source/rtl/gtapi.c *

Re: [Harbour] FM stats on/off dynamic switching

2008-10-17 Thread Przemyslaw Czerpak
On Thu, 16 Oct 2008, Szak�ts Viktor wrote: Hi Viktor, When HB_FM_STATISTICS_DYN (or default) is used, one could simply turn on stats using command line switch --fmstat, or setting up HARBOUR envvar with --fmstat for example on development envs. I'll add support for HB_FM_STATISTICS_DYN but

[Harbour] 2008-10-17 16:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-10-17 Thread Przemyslaw Czerpak
2008-10-17 16:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/console.c ! added missing #include hbapierr.h best regards Przemek ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] 2008-10-17 18:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-10-17 Thread Szakáts Viktor
2008-10-17 18:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/debug/dbgtwin.prg * source/debug/dbgbrwsr.prg * source/debug/tbrwtext.prg * source/debug/debugger.prg ! Fixed to not crash after switching to mono display. DISCLAIMER: This is a quick patch (but even this

Re: [Harbour] FM stats on/off dynamic switching

2008-10-17 Thread Szakáts Viktor
Hi Przemek, Many thanks for your efforts. Not making it the default is okay with me personally, but for the project itself most complications would still remain this way. I'd suggest to measure the speed loss to compare with possible benefits. Besides making this a runtime option, IMO it would

[Harbour] HB_NO_DEBUG vs. default

2008-10-17 Thread Szakáts Viktor
Hi Przemek and all, Here are the speedtst results with Harbour compiled with -gc3, HB_FM_STATISTICS_OFF, MSVS2008 with and without -DHB_NO_DEBUG. Can it be that two simple 'if( struct.var )' lines (in hb_vmDo()/hb_vmSend()) can cause this much (8%) change in speed, or am I overlooking

Re: [Harbour] FM stats on/off dynamic switching

2008-10-17 Thread Przemyslaw Czerpak
On Fri, 17 Oct 2008, Szak�ts Viktor wrote: Hi Viktor, Many thanks for your efforts. Not making it the default is okay with me personally, but for the project itself most complications would still remain this way. I'd suggest to measure the speed loss to compare with possible benefits. The