sampsyo / cs6120

advanced compilers
https://www.cs.cornell.edu/courses/cs6120/2023fa/
MIT License
746 stars 158 forks source link

Xic Objects #334

Closed orkosinha closed 2 years ago

orkosinha commented 2 years ago

Closes #306

michaelmaitland commented 2 years ago

I made changes based on comments. I do not have permission to request review again from @sampsyo since Orko is the PR owner. I did my best to remove specific references to class names where it was not needed. I kept some reference to class names, primarily in the IR section. I explained what each IR node was so the reader did not have to infer. The IR is more a specification that exists outside of this project and I was modifying that specification, which is why I found it relevant to keep class names included here.