Skip to content

Reduce stack usage of ExpressionParser::ParseIdentifierExpression in most cases #1222

@dc42

Description

@dc42

The stack usage of ParseIdentifierExpression has increased from 288 to 432 bytes. We should try to reduce it for most cases, by splitting out high stack usage cases into separate functions; otherwise the degree of nesting allowed in expressions will be curtailed.

Metadata

Metadata

Assignees

Labels

internal enhancementchange to improve the internal working of RRF that is not a direct change to features/performance

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions