Previous | Next --- Slide 27 of 56
Back to Lecture Thumbnails
kuity

Arbitrary recursion can't be handled because:

The dependencies of the program are not well-scoped, i.e. it is not possible to tell statically which processor needs which data. However, if the recursion depth is limited, it can be supported.