-
- Downloads
Introduce R__LOCKGUARD_CLING:
When locking an interpreter function we need to inform TCling, such that it can keep track of the topmost function and its lock state. Once user code execution happens, the lock state will be rewound to that state. All interpreter-related functions must thus use R__LOCKGUARD_CLING, not R__LOCKGUARD.
Loading
Please register or sign in to comment