pub const VM_COMPILER_MAXIMUM_EPILOGUE_LENGTH: u32 = _; // 1_048_576u32
Expand description

The maximum number of native code bytes that can be emitted as an epilogue.

This does not affect the VM ABI and can be changed at will, but should be high enough that it’s never hit.