[fpc-devel] Parallel Computing
Michael Schnell
mschnell at lumino.de
Mon Dec 3 11:47:10 CET 2007
There are implementations of "parallel" and "sequential" sections in
some programming languages. Of course FPGA description languages like
VHDL or Verilog do this from ground up, but there are also C derivate s
that allow for parallelism in appropriately defined sections of code. I
suppose it's not very difficult to define keywords for "parallel" and
"sequential" sections for Delphi language. Of course the implementation
(that would need multiple threads assigned automatically) is a decent
challenge.
-Michael
More information about the fpc-devel
mailing list