Hyperoperators
@c = @a »+« @b;
- Hyperoperators explicitly tell the optimizer that the code is parallelizable
- Nodes can be visited in any order
- Assumes no interaction among iterations
- Operations on specific types (e.g., int or num arrays) can be detected by MMD and sent to special-purpose hardware
- See Synopsis 3