higher-performance

Results 25 comments of higher-performance

I managed to reproduce this. It turns out this happens during the _build_ phase in Visual Studio, not during normal execution, because the build process itself calls the compiled executable...

Before we attempt to add a workaround for this, could you please clarify what the use case for this is? Normally I don't believe GoogleTest supports global mock objects, and...

I'm closing this issue now since we haven't heard back regarding a motivation for this. However, if you do find a need for this, feel free to reopen and explain...

Closing this. If you still see this issue please reopen.

Hi, I believe the same problem exists here as well: https://github.com/intel/hyperscan/blob/f2fdb3b2efce2d4c66979ead11c8f12b4f50e2ee/src/util/ue2_graph.h#L218

I'm not able to reproduce this on Ubuntu 22.04.1 with the latest GCC I see available (11.2.0), so I will close the issue. It may be an issue related to...

If I understand correctly, this appears to be due to the change to `g_uninteresting_call_reaction` in https://github.com/google/googletest/commit/0320f517fd920866d918e564105d68fd4362040a#r85239553. The object pointed to is no longer destructed upon exiting from the program, thus...

The cause is clear enough, but it's not clear to me how feasible it is to avoid it unfortunately. I tried what looked like an obvious fix, but it seems...

Removing the `if (matcher.Matches(x))` block and deferring stringization like `ss