Skip to content

Generalize dataflow worklist algorithm#216

Open
Temperz87 wants to merge 2 commits intoIUCompilerCourse:masterfrom
Temperz87:master
Open

Generalize dataflow worklist algorithm#216
Temperz87 wants to merge 2 commits intoIUCompilerCourse:masterfrom
Temperz87:master

Conversation

@Temperz87
Copy link

This PR resolves #202
Instead of having to hard code the live before set of the conclusion block for liveness analysis now there's two parameters extremals and iota which will initialize these values.

Before merging this PR, we must

  1. Update the Racket public-student-support-code and course-compiler
  2. Update the Python python-student-support-code and python-compiler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dataflow worklist algorithm not general enough

1 participant