Binary Modular DataFlow Machine (BMDFM) is a software package that enables running an application in parallel on shared memory symmetric multiprocessing (SMP) computers using the multiple processors to speed up the execution of single applications. BMDFM automatically identifies and exploits parallelism due to the static and mainly dynamic scheduling of the dataflow instruction sequences derived from the formerly sequential program.
The BMDFM dynamic scheduling subsystem performs a...
Intermediate Language Distributed Just-In-Time (ILDJIT) is a unified compilation framework for CIL bytecode. It is a parallel and easily extensible framework thanks to its internal structure composed by plugins.