You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MaybeRelocatable represents the value a memory cell can take during a run of the VM, before the relocation phase near the end. MaybeRelocatableis essentially an union type: Relocatable | Felt.
But the name MaybeRelocatable doesn't provide more sense, details or anything to it. Therefore, it should renamed to something more meaningful, such as SegmentValue. The same way, the attribute data in the class Memory should be replaced by values.
All the related occurences of MaybeRelocatable and memory.data in variable names, methods etc. should be renamed consequently.
The text was updated successfully, but these errors were encountered:
MaybeRelocatable
represents the value a memory cell can take during a run of the VM, before the relocation phase near the end.MaybeRelocatable
is essentially an union type:Relocatable | Felt
.But the name
MaybeRelocatable
doesn't provide more sense, details or anything to it. Therefore, it should renamed to something more meaningful, such asSegmentValue
. The same way, the attributedata
in the classMemory
should be replaced byvalues
.All the related occurences of
MaybeRelocatable
andmemory.data
in variable names, methods etc. should be renamed consequently.The text was updated successfully, but these errors were encountered: