Enable aligned instruction bundling with the given bundle size.
Enable aligned instruction bundling with the given bundle size, from this point onward. Once enabled, bundling cannot be disabled and the bundle size cannot be changed. Alignment must be within [2, 2^30]. The default implementations report an error: silently emitting unbundled code would defeat the sandboxing schemes bundling exists for.
| Name | Description |
|---|---|
| Alignment | - Bundle size in bytes. |