Adopted lfsr_btree_commit, replacing all other btree operations.

Note this required changing the INLINED tag to REG in most of the tests,
because our mtree now explicitly requires some sort of NAME tag.

We can also finally see the impact on code and RAM from this restructure:

                                 code          stack
  before (push/set/pop/split):  21750           1928
  after (commit):               20970 (-3.7%)   1744 (-10.6%)

Not too shabby if I say so myself.
This commit is contained in:
Christopher Haster
2023-08-15 00:51:42 -05:00
parent a4c3a12f68
commit fb2fdb536c
3 changed files with 187 additions and 189 deletions
+159 -159
View File
File diff suppressed because it is too large Load Diff