Skip to content

Commit 74c7a57

Browse files
committed
Update nutshell
1 parent 914ec9f commit 74c7a57

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

papers/2024-pldi-compiling-with-abstract-interpretation.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ that F(j + z%2) is F(j)), optimistic **global value numbering** (to learn that i
4545
<img src="/assets/publications/imgs/2024-pldi-full-example.svg"
4646
style="width:700px; display:block; margin-left:auto; margin-right:auto">
4747

48-
49-
50-
5148
## Contributions
5249

5350
Our paper shows the following novel results:
@@ -103,12 +100,9 @@ Our paper shows the following novel results:
103100
}
104101
```
105102

106-
107-
108-
109103
## Further information
110104

111105
- Read the **paper**: either [published version](/assets/publications/pdfs/2024-pldi-compiling-with-abstract-interpretation.pdf) or the [version with appendices](/assets/publications/pdfs/2024-pldi-compiling-with-abstract-interpretation-with-appendices.pdf)
112-
- Download the [software artifact](https://doi.org/10.5281/zenodo.10895582) from
106+
- Presented at the [Programming Language Design and Implementation (PLDI) 2024 conference](https://pldi24.sigplan.org/). Watch the [**talk video**](https://www.youtube.com/watch?v=2Btkn9AvM8o) or look at the [**slides**](/assets/publications/slides/2024-pldi-compiling-with-abstract-interpretation.pdf)
107+
- Download the [**software artifact**](https://doi.org/10.5281/zenodo.10895582) from
113108
Zenodo to try out our example analyzer and explore the code.
114-
- To appear at the [Programming Language Design and Implementation (PLDI) 2024 conference](https://pldi24.sigplan.org/)

0 commit comments

Comments
 (0)