merry
merry
[Boost ticket #12802](https://svn.boost.org/trac/boost/ticket/12802). Regression in Boost 1.63.
~~Reminder: Handle fpcr_controlled in FPVector.~~ Done.
Related to #387.
Might be worth converting singles to double to avoid the need for denormal detection in that case.
`umonitor` probably needs to be within the spinloop, but i'm not sure here. (i can imagine a context switch invalidating monitor state.) i can also imagine senarios depending on where...
reminder to self: use of `eax:edx` in context where they may not be avaliable for use
Note to self: Bits 8-11 and 16-19 are SBO. TODO: This breaks tests because unicorn doesn't recognise these encodings.
Thanks for digging into this. > `Unpatch` is not virtual `Unpatch` is virtual. > since `EmitX64::InvalidateBasicBlocks` only calls it if the address has entries in `patch_information` This is the logic...
Reproduced in a small test case, unfortunately the bug seems to be more complex than above. Looking into this. ```cpp TEST_CASE("ensure fast dispatch entry is cleared even when a block...
Found a second long-standing bug in the fast-dispatch lookup code.