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
Would this use the bultin symtable module on the finally compiled code-object? I understand that the symtable is already there before code generation, but I'm not sure if it's possible to get it earlier. Do any of the compilation steps alter/update the symbol table?
I think it's safe to use the final one. Even if there are additions to the symbols table after it's created, I don't think it's possible for the classification of a symbol to change.
If I'm wrong, we would need to expose the symbol table in intermediate stages.
No description provided.
The text was updated successfully, but these errors were encountered: