Skip to content

[Runtime] don't allocate threads array twice

Maxim Onciul requested to merge only_alloc_threads_once into master

the threads array is initialized using the Runtime::Runtime initializer list and afterwards again in the constructor.

Merge request reports

Loading