I notice in the Planned Features - Misc page the comment:
multithreading support ?? ???
Am I to take it that there are problems with thread support in gpc or is this an old comment?
For my task, I would need support under Linux on intel/amd.
Thanks in advance, Bryan "Brain Murders" Meredith
Bryan Meredith wrote:
I notice in the Planned Features - Misc page the comment:
multithreading support ?? ???
Am I to take it that there are problems with thread support in gpc or is this an old comment?
It isn't supported at all yet, i.e. the run-time system uses global variables without synchronization etc. (especially in the area of files, but probably also some others, I haven't checked exactly).
For my task, I would need support under Linux on intel/amd.
Feel free to make the necessary changes and submit them. :-)
Frank