Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
CMakeLists.txt | First working version on both ARM and x86. | |
main.cpp | Add scheduler_active flag and PLS_SERIAL_ELUSION compile option. |
The flag can be used to run code annotated with PLS outside of a scheduler environment, i.e. the app does not crash if the code is called without context. The compile option allows to omit all spawn and sync calls during compilation, creating the equivalent serial code.
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
CMakeLists.txt | First working version on both ARM and x86. | |
main.cpp | Add scheduler_active flag and PLS_SERIAL_ELUSION compile option. |