[PATCH] [opt] Replace the recursive walk for GC with a worklist algorithm.
David Majnemer
david.majnemer at gmail.com
Fri Jun 26 23:39:40 PDT 2015
================
Comment at: COFF/Writer.cpp:118
@@ +117,3 @@
+ // as we push, so sections never appear twice in the list.
+ SmallVector<SectionChunk *, 16> Worklist;
+
----------------
Realistically, won't we always blow out this SmallVector?
http://reviews.llvm.org/D10790
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list