Is it possible to generate a pool of random D or D inline assembler programs, run them safely?
Adam D. Ruppe via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Jul 18 15:50:18 PDT 2017
On Tuesday, 18 July 2017 at 17:35:17 UTC, Enjoys Math wrote:
> Without them crashing the app running them? Say by wrapping
> with try / catch?
Run them in a separate process, so it can die independently.
More information about the Digitalmars-d-learn
mailing list