Ningvin

Results 6 issues of Ningvin

In [Metadata.h#L68](https://github.com/microsoft/L4/blob/master/inc/L4/HashTable/Cache/Metadata.h#L68) the most significant byte of the `uint32_t` metadatum is accessed by interpreting it as an array of `uint8_t` and indexing it at the fixed index `3`. As the...

I am trying to use the hash table in a scenario where the hash table and its records are placed in a fixed size, pre-allocated chunk of shared memory accessed...

I am usually working in an environment where custom allocators are used for various reasons and usage of plain `malloc`/`free` is frowned upon. Thankfully many libraries allow their users to...

9b7aa03 renamed `mir-run` and related files to `mir-bin-run`. While this change was reflected in `GNUmakefile`, `CMakeLists.txt` still refers to the now missing `mir-run.c`. As a result, mir can no longer...

This includes llvm2mir which does not seem to have been built on my Windows machine, as well as some missing includes that became apparent on Linux. Sorry for missing these,...