5 lines
298 B
Plaintext
5 lines
298 B
Plaintext
option('validate_gc', type: 'boolean', value: false,
|
|
description: 'Enable GC validation checks (stale pointer detection, pre-GC frame validation)')
|
|
option('force_gc', type: 'boolean', value: false,
|
|
description: 'Force GC on every allocation (makes stale pointer bugs deterministic)')
|