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
When the PCode compiler encounters an 'Undefined' symbol, it should check and update the associated abstract-type object. I should at least issue type exceptions if there is an obvious problem.
Performance wise, I don't currently know how much space to reserve for the Undefined Value, so I put down a procedure call and append a thunk to the end of the PCode once I know what the value is.
The text was updated successfully, but these errors were encountered:
When the PCode compiler encounters an 'Undefined' symbol, it should check and update the associated abstract-type object. I should at least issue type exceptions if there is an obvious problem.
Performance wise, I don't currently know how much space to reserve for the Undefined Value, so I put down a procedure call and append a thunk to the end of the PCode once I know what the value is.
The text was updated successfully, but these errors were encountered: