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
catamorphism opened this issue
Feb 1, 2013
· 2 comments
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.
The bug here, as I understand it, is that get_global_state is using some unsafe pointer manipulation with an atomic_cxchg to install a task-global lookup table.
I do not see why this is assigned to maturity milestone #2: backwards compatibility.
It strikes me as just an enhancement to the code base. Tagging as I-nominated, and suggest we remove milestone tag entirely.
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.
I was surprised there wasn't already an umbrella issue for this... or maybe I'm not seeing it.
The text was updated successfully, but these errors were encountered: