Skip to content

Commit 6db664a

Browse files
committed
Polish a bit more
Signed-off-by: Egor Bulychev <egorbu@gmail.com>
1 parent fd269be commit 6db664a

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

amld2020-workshop/index.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,16 +585,33 @@ <h2 class="shout">History</h2>
585585

586586
</section>
587587

588-
<section class="slide " id="take_away">
588+
<section class="slide " id="take_away1">
589589
<h2>Different levels of analysis</h2>
590590
<ol>
591-
<li>Source code</li>
592-
<li>Source code through the history</li>
593-
<li>Source code through the history and all metadata (issues, comments, etc)</li>
591+
<li>Code</li>
592+
<ul><li>text, AST, CFG, DFG, argAST, IR, binary</li></ul>
593+
<li>Code + history</li>
594+
<ul><li>edits, diff, AST diff</li></ul>
595+
<li>Code + history + metadata</li>
596+
<ul><li>code + SE Context: Issue Trackers, CI build logs</li></ul>
594597
</ol>
595598

596599
</section>
597600

601+
<section class="slide " id="take_away2">
602+
<h2>Areas of ML on Code</h2>
603+
<ul>
604+
<li>Compiler optimizations</li>
605+
<li>Software de-bloating</li>
606+
<li>Static analysis</li>
607+
<li>Program repair</li>
608+
<li>Defect prediction</li>
609+
<li>Code clone detection</li>
610+
<li>...</li>
611+
</ul>
612+
613+
</section>
614+
598615

599616

600617
<section class="slide">

0 commit comments

Comments
 (0)