Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Lldb/Lua] Persist Lua state across script interpreter calls. | Jonas Devlieghere | 2019-12-21 | 1 | -0/+3 |
Don't create a new lua state on every operation. Share a single state across the lifetime of the script interpreter. Add simple locking to prevent two threads from modifying the state concurrently. |