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
symbol names could be attached to storage when a new storage is alloccated by the binder context, or we could keep a mapping from storage to name hint. When emitting debug information later we could just inspect this mapping.
The latter would provide two advantages:
we don't have to store the name with the storage each time it is referenced
We can re-write the storage -> name mapping more easily in lower.
We can store name information for storage other than locals here too.
Our current debugger support is a bit rough around the edges.
DisableSymbolStoreSequencePoints
)foo_1::bar_0
notlambda1::lambda0
if(define (foo ..))
forms are used.The text was updated successfully, but these errors were encountered: