Function discardTranslations [src]

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.

Prototype

pub fn discardTranslations(qzz: []const u8) void

Parameters

qzz: []const u8

Source

pub fn discardTranslations(qzz: []const u8) void { doClientRequestStmt(.DiscardTranslations, @intFromPtr(qzz.ptr), qzz.len, 0, 0, 0); }