Assignment 32 (Assigned December 1)
-
Give precendece graphs for the following:
-
r(x) = g(f(x),h(x))
-
r(x) = g(f(h(x)),h(x))
-
r(x) = g(f(h(x)),h(f(x)))
-
r(x) = f(h(p(g(x),p(x,h(x)))))
-
Give all the precedence relations for each computation in Problem 1.
-
Give all serialization for each computation in Problem 1. For each computation,
your serialization should be consistent with that computation's data dependencies.