public void StartCompile()
 {
     compileProcess = CompileProcess.GetFromPool();
     compileProcess.StartCompile(rendered);
 }