From 4178a0875cbce1a3f0332bb630c71ce1b1e2cca4 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 11 Aug 2023 21:45:07 +0400 Subject: [PATCH] Task 1: optimize stack manipulation --- contracts/1.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/1.fc b/contracts/1.fc index 4cd6ffe..85697f5 100644 --- a/contracts/1.fc +++ b/contracts/1.fc @@ -23,7 +23,7 @@ cell solution(int hash, cell cur) asm """ DUP SREFS REPEAT:<{ LDREF // ... hash ref cs - ROT SWAP + s1 s2 XCHG }> DROP // ... hash }>CONT