79795274

Date: 2025-10-20 20:50:50
Score: 0.5
Natty:
Report link

Well I finally decided my choice on the set of Copro template. template<T>class Copro {};
And so :

using VMUnprotected = VM<uint8_t *>;
using VMProtected   = VM<MemoryProtected>;
using CoproUnprotected = Copro<uint8_t *>;
using CoproProtected   = Copro<MemoryProtected>;

It may not be the most beautiful syntactically solution, but it is relatively high-performance and without hacks.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: bitmap kid