[fpc-devel]Hi for first time, and a question about tokens.pas
Sergey Korshunoff
Sergey.Korshunoff at p5.f2666.n5020.z2.fidonet.org
Sun May 27 23:51:27 CEST 2001
Hello adrian15 at europe.com.
31 May 01 18:07, you wrote:
>> By debugging the compiler and checking the value that the token
>> variable gets after reading the token.
a> You're very lucky. I tried to debug it with IDE from 1.0.4 and it
a> didn't work (see http://www.freepascal.org/bugs/showrec.php3?ID=1515),
a> and then I took the IDE from 1.0.5 and I overwrote it in my current
a> 1.0.4 installation and I didn't work neither.
About debugging... I live under Linux 2.2.38 and use RHGDB to
debug FPC (RHIDE have to many bugs and can not be used in real life).
RHGDB do not work very nicetoo, but it is useable (I use patch for
gdbpas to rebuild RHGDB).
Regards,
Sergey Korshunoff
PS: It is possible to find a remote programming work? Currently I
work in Moscow as street cleaner for $10 per week. It is possible
to find here a work as system administrator or programmer for
100$ per week, but it is not easy to find a work in Linux
or TurboVision proramming.
And it would be very nice if I can found some work to port
DOS TV C++ programs to Linux (or Windows, or OS/2). Or to write
a new Linux text mode programs in TV style.
This work can help me to release more useable RHGDB. May be
I write to SuSE or RedHat and try ask about this work. Or
try to get a work in ASP Linux team.
PPS: About HEAP manager in FPC...
I think I found a solution how to speed up my version of heap.inc
This version do merging of free blocks only in GetMem
and have speed problems because it merge all blocks
(and small blocks too) before asking new block from OS.
Now I try to remove merging small blocks and would do
this only if a used by FPC memory is more
than a value of some FPC variable (which would be in Linux
by default equal to physical memory, this value can be taken
as size of /proc/kcore or be readed from /proc/meminfo).
More information about the fpc-devel
mailing list