Commit 279ef97
fix(cse): rebuild K definition for slotStore, fix return value extraction
- Rebuilt K definition cache to include slotStore cells
(OWNEDSLOTS_CELL, SLOTSTORE_CELL, NEXTSLOT_CELL)
- Fixed _extract_return_value: match full label name
(return(_)_KMIR-CONFIGURATION_RetVal_Value)
- Accept stuck nodes from overflow/error paths in callee proofs
- test_cse_callee_proof PASSES: double(x) callee proof completes
with 1 cover + 1 stuck (overflow), return value extracted
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 123ff35 commit 279ef97
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
949 | | - | |
| 949 | + | |
| 950 | + | |
950 | 951 | | |
951 | 952 | | |
952 | 953 | | |
| |||
0 commit comments