Michael Hopcroft

Results 53 issues of Michael Hopcroft

The toplevel CMakeLists.txt still seems to have some holdovers from the time when we would clone gtest during configuration. These should be removed if we are not incorporating gtest via...

These are allocator interfaces that will also be used in BitFunnel. Options seem to be 1. Maintain separate versions, one in the NativeJIT namespace, and one in the BitFunnel namespace....

This strategy is used in BitFunnel. Just need to define COMBINE_FILE_LISTS() macro in the top level CMakeLists.txt and then use in the lower level CMakeLists.txt files to replace if (NATIVEJIT_PLATFORM_WINDOWS)...

easy

The REPL probably shouldn't catch Logging::CheckException since we don't know if the situation is safely recoverable. We should investigate situations where CheckException was thrown that should have been handled with...

Sharding support may already work. The first steps in this item are to create a testing framework for sharding. Probably want a self-contained test on a small or synthetic corpus,...