[PATCH] Introduce an example statepoint GC strategy
Ramkumar Ramachandra
artagnon at gmail.com
Mon Jan 5 10:29:16 PST 2015
================
Comment at: lib/CodeGen/StatepointExampleGC.cpp:1
@@ +1,2 @@
+//===-- StatepointDefaultGC.cpp - The default statepoint GC strategy ------===//
+//
----------------
Perhaps rename this to StatepointGC, to look like ErlangGC and OCamlGC?
Also, you need a `llvm::linkStatepointGC() { }` for anyone to use it. Please see "introduce link_gc_components" for an example of the work going in this direction.
http://reviews.llvm.org/D6808
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list