Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/proposals/WholeModuleOptimization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ have them ask for the results of an analyses for the entire SCC and
then iterate over all functions in the SCC?**

In some cases we have transforms that generate new work in a top-down
fashion, for example the devirtualizer as well as any pass that
fashion, for example the de-virtualizer as well as any pass that
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"devirtualizer" is a term-of-art. It should be left unhyphenated.

Thank you for suggesting this change, however.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your note!

clones. These can be handled by allowing function passes to push new
work at the top of the stack of work items, and then upon finishing a
pass the pass pipeline will be restarted with those new functions at
Expand Down