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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to