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.
1 parent ddafb78 commit 7347e03Copy full SHA for 7347e03
compiler/src/dotty/tools/dotc/transform/init/Cache.scala
@@ -75,10 +75,10 @@ class Cache[Config, Res]:
75
*/
76
protected var changed: Boolean = false
77
78
- /** Whether any value in the cache was accessed after being added.
79
- * If no cached values are used after they are added for the first time
80
- * then another iteration of analysis is not needed.
81
- */
+ /** Whether any value in the output cache (this.current) was accessed
+ * after being added. If no cached values are used after they are added
+ * for the first time then another iteration of analysis is not needed.
+ */
82
protected var cacheUsed: Boolean = false
83
84
/** Used to avoid allocation, its state does not matter */
0 commit comments