From 9d22e376d0643f5ce092a1e87ed59f5f510ed895 Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Sun, 2 Oct 2022 09:27:25 -0700 Subject: [PATCH] Add TODO --- evm/src/cpu/kernel/asm/rlp/encode.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/evm/src/cpu/kernel/asm/rlp/encode.asm b/evm/src/cpu/kernel/asm/rlp/encode.asm index 4f9344d1..f92a8fda 100644 --- a/evm/src/cpu/kernel/asm/rlp/encode.asm +++ b/evm/src/cpu/kernel/asm/rlp/encode.asm @@ -207,6 +207,7 @@ prepend_rlp_list_prefix_big_done_writing_len: // Get the number of bytes required to represent the given scalar. // The scalar is assumed to be non-zero, as small scalars like zero should // have already been handled with the small-scalar encoding. +// TODO: Should probably unroll the loop global num_bytes: // stack: x, retdest PUSH 0 // i