We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4a3b66 + 590857d commit b5180dcCopy full SHA for b5180dc
include/swift/SIL/Projection.h
@@ -838,6 +838,9 @@ class ProjectionTree {
838
SILModule &Mod;
839
840
/// The allocator we use to allocate ProjectionTreeNodes in the tree.
841
+ ///
842
+ /// FIXME: This should be a reference to an outside allocator. We shouldn't
843
+ /// have each ProjectionTree have its own allocator.
844
llvm::SpecificBumpPtrAllocator<ProjectionTreeNode> Allocator;
845
846
// A common pattern is a 3 field struct.
0 commit comments