calccodsize

Calculate and return code size of a code. Note that NOPs are sometimes used as markers, but are never output. LINNUMs are never output. Note: This routine must be fast. Profiling shows it is significant.

version(COMPILE)
extern (C++) nothrow @safe @trusted
uint
calccodsize
(
code* c
)
Suggestion Box / Bug Report