boost::shared_ptr<T> wrapper and STL container classes, memory issues never became a major problem in the code.
One peculiar aspect of my code is the extensive use of macros. Normally I frown on C macros, but C++ lacks the full blown code-generation capabilities that, say Lisp has, and they were required to avoid code duplication that would probably double the size of the code as it currently stands. In any case, I tried to limit my use of the macros
If you want to start viewing the code, the best places start are value.cpp/hpp, instr.cpp/hpp, and vm.cpp/hpp.