interface
jsc.BytecodeOrderStats
interface BytecodeOrderStats
Returned by bytecodeOrderStats. Counts are per thread: a Worker has its own. A function whose bytecode was discarded and loaded again counts again. Sizes are in bytes.
- regions: { cold: number; expressionInfo: number; hot: number; lateModuleHeads: number; moduleHeads: number; unknown: number }
The size of each part of the bytecode, in the order they are stored.