fn discardTranslations(qzz: []const u8) void

Discard translation of code in the slice qzz. Useful if you are debugging a JITter or some such, since it provides a way to make sure valgrind will retranslate the invalidated area. Returns no value.

Parameters

qzz: []const u8,