From 67bf66d132c250355751033bdc8c8ab6cc44d97a Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 24 Sep 2019 16:19:05 -0400 Subject: [PATCH] Small formatting glitch in slides --- .../cse-662/2019fa/slide/2019-09-24-ProgramSlicing2.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/teaching/cse-662/2019fa/slide/2019-09-24-ProgramSlicing2.erb b/src/teaching/cse-662/2019fa/slide/2019-09-24-ProgramSlicing2.erb index 4da94e87..e7dc62c3 100644 --- a/src/teaching/cse-662/2019fa/slide/2019-09-24-ProgramSlicing2.erb +++ b/src/teaching/cse-662/2019fa/slide/2019-09-24-ProgramSlicing2.erb @@ -120,6 +120,9 @@ date: September 24 2: z = y * z end + + +
  1. Add virtual write instructions for each: x, y, z at the start.
  2. For each variable, compute the slice targetting the variable on the last line of the function. Note down which virtual writes appear in the slice