[fpc-devel] Parallel Computing

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Dec 3 12:03:01 CET 2007


On Mon, 03 Dec 2007 11:47:10 +0100
Michael Schnell <mschnell at lumino.de> wrote:

> 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.

Here is a start:
http://wiki.lazarus.freepascal.org/OpenMP_support


Mattias



More information about the fpc-devel mailing list