jheruty / hscpp

Runtime compiled C++ with hot-swapped classes.
MIT License
91 stars 5 forks source link

Add hscpp-mem library, which wraps underlying memory with a Ref type.… #9

Closed jheruty closed 3 years ago

jheruty commented 3 years ago

Adds hscpp-mem, an optional extension which allows for the use of hscpp::mem::MemoryManager and hscpp::mem::Ref. Refs can refer to runtime objects and not have their reference break between runtime swaps.