@inproceedings{89ada92ae6f34711a75b41bf989ca83d,
title = "Finding fast action selectors for dataflow actors",
abstract = "The parallel structure of dataflow programs and their support for processing streams of data make dataflow programming an interesting tool for doing stream processing on parallel processing architectures. The computational kernels, the actors, of a dataflow program communicate with other actors via FIFO channels. The actors in the dataflow model used in this paper may perform different actions depending on the state of the actor and on the data that has been sent to the actor that is present on its ingoing channels. For this kind of dataflow programs, decisions on what to do in an actor in a given state has to be made at runtime in a process called action selection. Each action is associated with a set of conditions on the state and the input channels. All conditions must be fulfilled for the action to be selected, and the task of the action selector is to test different conditions to select an action. This paper builds upon previous work on the actor machine - a machine model for dataflow actors where the action selection is central. We present two heuristics that based on profiling data creates fast action selectors using the actor machine. The heuristics are implemented in the T{\"y}cho Dataflow Compiler and are evaluated using a video decoder written in Cal.",
author = "Gustav Cedersj{\"o} and J{\"o}rn Janneck and Jonas Skeppstedt",
year = "2014",
doi = "10.1109/ACSSC.2014.7094699",
language = "English",
isbn = "978-1-4799-8295-0",
pages = "1435--1439",
booktitle = "[Host publication title missing]",
publisher = "IEEE - Institute of Electrical and Electronics Engineers Inc.",
address = "United States",
note = "48th Asilomar Conference on Signals, Systems and Computers, 2014 ; Conference date: 02-11-2014 Through 05-11-2014",
}