Skip to content

Commit

Permalink
fix missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK committed Sep 27, 2024
1 parent c8c7c63 commit f2c2606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dynamism.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ There are two key implications to shape polymorphism:

With these two rules, once the static shapes of a program are known, we are able
to take a dynamic program and fully refine it into a static program for
compilation (see "Argument and Shape Refinement").
compilation (see ["Compiler passes for refining dynamic programs"](#compiler-passes-for-refining-dynamic-programs)).

Generally shape polymorphism uses unbounded dynamism, if known argument shapes
can lead to a fully static program, there isn't a need to guess on how to bound
Expand Down

0 comments on commit f2c2606

Please sign in to comment.