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
The goal here is to streamline the process of writing to memory in the normal case. That is, when a word is written at an aligned address. This should also simplify the logic for memory expansion.
Furthermore, it makes sense to drop Expand() altogether and simply have the various Write methods expand elastically. The reason for this is that it just reduces the amount of work required.
The text was updated successfully, but these errors were encountered:
The goal here is to streamline the process of writing to memory in the normal case. That is, when a word is written at an aligned address. This should also simplify the logic for memory expansion.
Furthermore, it makes sense to drop
Expand()
altogether and simply have the variousWrite
methods expand elastically. The reason for this is that it just reduces the amount of work required.The text was updated successfully, but these errors were encountered: