Code structure and speed imporvments

This commit is contained in:
Stone_Red
2022-04-28 19:58:30 +02:00
parent 3c78755858
commit 3c98c2b26f
3 changed files with 32 additions and 9 deletions
@@ -6,7 +6,7 @@ using YesNt.Interpreter.Utilities;
namespace YesNt.Interpreter.Runtime
{
internal class RuntimeInformation
internal sealed class RuntimeInformation
{
private RuntimeInformation parentRuntimeInformation;
private static int internalTaskId = 0;