Call AnalyzeExpression directly
Felt like saving a stack frame. Micro optimizations FTW
This commit is contained in:
parent
1842a99954
commit
228dc80a01
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ namespace arookas {
|
|||
}
|
||||
|
||||
sunExpressionFlags sunTerm.GetExpressionFlags(sunContext context) {
|
||||
return Analyze(context);
|
||||
return AnalyzeExpression(context, this);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue