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
#282 and 4bd643f revealed that there's inconsistencies with how Chuck_VM_Objects are used in the codebase and how the garbage collector handles these objects. Namely, nothing can be allocated on the stack.
We need to discover where this is happening and then address it.
Here's a few more Chuck_Strings where this is happening:
#282 and 4bd643f revealed that there's inconsistencies with how Chuck_VM_Objects are used in the codebase and how the garbage collector handles these objects. Namely, nothing can be allocated on the stack.
We need to discover where this is happening and then address it.
Here's a few more Chuck_Strings where this is happening:
The text was updated successfully, but these errors were encountered: