From b6913ff9b3fad6103bd8198ca9f32940d45ac113 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 5 Apr 2014 12:41:00 -0400 Subject: [PATCH] With high c-splits, even split blank functions. --- src/V3EmitC.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/V3EmitC.cpp b/src/V3EmitC.cpp index 832b6eae0..542e2aff8 100644 --- a/src/V3EmitC.cpp +++ b/src/V3EmitC.cpp @@ -2056,6 +2056,7 @@ void EmitCImp::main(AstNodeModule* modp, bool slow, bool fast) { m_ofp = newOutCFile (modp, !m_fast, true/*source*/, splitFilenumInc()); emitImp (modp); } + splitSizeInc(10); // Even blank functions get a file with a low csplit mainDoFunc(funcp); } }