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
[MERGE #2364@jianchun] swb: a few fixes (module namespace, Debugger)
Merge pull request #2364 from jianchun:swbmodule
### swb: fix module namespace annotation
OP_StModuleSlot was changing slot without write barrier. Annotate all
related code.
(Credit to Lei for finding it is module namespace related.)
### Revert "fix a pal build issue on my machine"
This reverts commit c49e4af.
It should now work after Oguz removed wchar_t redef from PAL.
### pin Debugger::m_context
Found under stress unit testing. Debugger::m_context was not pinned
and could be GC collected when not in use.
0 commit comments