Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(compiler): Optimize math in compile time [LNG-245] #922

Merged
merged 23 commits into from
Oct 9, 2023

Conversation

InversionSpaces
Copy link
Contributor

@InversionSpaces InversionSpaces commented Oct 3, 2023

Store math operations in ValueRaw tree as ApplyBinaryOpRaw instead of as service calls so that it is possible to optimize internal representation.
Remove serviceId from CallArrowRaw and introduce CallServiceRaw to store it.

@linear
Copy link

linear bot commented Oct 3, 2023

LNG-245 Math optimisations

Calculate literals during compile-time

@InversionSpaces InversionSpaces added the e2e Run e2e workflow label Oct 3, 2023
@InversionSpaces InversionSpaces force-pushed the feat/math-optimizations-LNG-245 branch from af04330 to b587135 Compare October 4, 2023 15:25
@InversionSpaces InversionSpaces marked this pull request as ready for review October 5, 2023 08:38
@InversionSpaces InversionSpaces enabled auto-merge (squash) October 9, 2023 10:00
@InversionSpaces InversionSpaces merged commit 5f6c47f into main Oct 9, 2023
@InversionSpaces InversionSpaces deleted the feat/math-optimizations-LNG-245 branch October 9, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e Run e2e workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants