On Mon, 03 Dec 2007 11:47:10 +0100
Michael Schnell <[EMAIL PROTECTED]> 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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to