<div dir="rtl"><div dir="ltr">With the support of Multi-modules, it makes sense to have a creator / constructor for ExecutionEngine that does not require a module.</div><div dir="ltr"><br></div><div dir="ltr">The use-case is a program using one EE created at initialization that holds many modules created later, as needed. </div>

<div dir="ltr"><br></div><div dir="ltr">Workaround for current API could be</div><div dir="ltr">1) using a pointer to EE init with NULL, delaying the actual EE construction to the time the first module is ready and skipping construction with later modules.</div>

<div dir="ltr">or</div><div dir="ltr">2) supplying a dummy Module to the creator and then removeModule(M).<br></div><div dir="ltr"><br></div><div dir="ltr">Yaron</div><div dir="ltr"><br></div></div>