From 015aec116fac5d7ed8fff0bffe892d08cae6aa59 Mon Sep 17 00:00:00 2001 From: Mikhail Melnik Date: Tue, 14 Nov 2023 19:39:40 +0800 Subject: [PATCH] fix coverage --- .solcover.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.solcover.js b/.solcover.js index 28dd55c8..72c512b5 100644 --- a/.solcover.js +++ b/.solcover.js @@ -4,22 +4,22 @@ module.exports = { yul: true, yulDetails: { optimizerSteps: - 'dhfoDgvlfnTUtnIf' + // None of these can make stack problems worse + 'dhfoDgvlfnTUtnIf' + // None of these can make stack problems worse '[' + - 'xa[r]EscLM' + // Turn into SSA and simplify - 'cCTUtTOntnfDIl' + // Perform structural simplification - 'Lcl' + // Simplify again - 'Vcl [j]' + // Reverse SSA + 'xa[r]EscLM' + // Turn into SSA and simplify + 'cCTUtTOntnfDIl' + // Perform structural simplification + 'Lcl' + // Simplify again + 'Vcl [j]' + // Reverse SSA // should have good 'compilability' property here. - 'Tpel' + // Run functional expression inliner - 'xa[rl]' + // Prune a bit more in SSA - 'xa[r]cL' + // Turn into SSA again and simplify - // 'gvif' + // Run full inliner - 'CTUca[r]LSsTFOtfDnca[r]Ilc' + // SSA plus simplify + 'Tpel' + // Run functional expression inliner + 'xa[rl]' + // Prune a bit more in SSA + 'xa[r]cL' + // Turn into SSA again and simplify + 'gvf' + // Run full inliner + 'CTUca[r]LSsTFOtfDnca[r]Ilc' + // SSA plus simplify ']' + - 'jml[jl] VcTOcl jml', // Make source short and pretty + 'jml[jl] VcTOcl jml : fDnTOm', // Make source short and pretty }, }, skipFiles: [