Skip to content

Commit c4e97d1

Browse files
committed
Dead code analysis paper.
1 parent 6d9c5cd commit c4e97d1

File tree

4 files changed

+328
-1
lines changed

4 files changed

+328
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ package.tgz
103103

104104
# AI Agents
105105
.claude/settings.local.json
106+
dead_code_analysis.aux
107+
dead_code_analysis.toc

analysis/reanalyze/src/Reanalyze.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ let cli () =
140140
path" );
141141
("-ci", Unit (fun () -> Cli.ci := true), "Internal flag for use in CI");
142142
("-config", Unit setConfig, "Read the analysis mode from rescript.json");
143-
("-dce", Unit (fun () -> setDCE None), "Eperimental DCE");
143+
("-dce", Unit (fun () -> setDCE None), "Experimental DCE");
144144
("-debug", Unit (fun () -> Cli.debug := true), "Print debug information");
145145
( "-dce-cmt",
146146
String (fun s -> setDCE (Some s)),

dead_code_analysis.pdf

150 KB
Binary file not shown.

0 commit comments

Comments
 (0)