|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawExecutionCode | |
---|---|
at.dms.kjc.spacetime |
Uses of RawExecutionCode in at.dms.kjc.spacetime |
---|
Subclasses of RawExecutionCode in at.dms.kjc.spacetime | |
---|---|
class |
BufferedCommunication
This class implements filter communication with a peek buffer. |
class |
DirectCommunication
If we can, this class will generate filter code that does not use a peek buffer, so just read the values from the static network and write them to the static network. |
class |
Linear
|
Fields in at.dms.kjc.spacetime with type parameters of type RawExecutionCode | |
---|---|
protected HashMap<FilterContent,RawExecutionCode> |
RawComputeCodeStore.rawCode
this hash map holds RawExecutionCode that was generated so when we see the filter for the first time in the init and if we see the same filter again, we do not have to add the functions again |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |