xo-interpreter adds + explict mm arg to ctors (retiring Object::mm)

This commit is contained in:
Roland Conybeare 2025-11-16 20:10:23 -05:00
commit f3e7330d92
38 changed files with 664 additions and 103 deletions

View file

@ -177,15 +177,31 @@ To setup a unit test coverage build/ccov/all-merged
Then run unit tests
.. code-block::
$ (cd .build && ctest)
To build coverage report
.. code-block::
$ (.build/gen-ccov)
Html report in ``.build/ccov/html/index.html``
Address Sanitizer Setup
-----------------------
To run address sanitizer
.. code-block::
# can reuse phase 1 cmake-macros-install
# phase 2
$ cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=asan
Sphinx Autobuild Setup
----------------------