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

perf(.Jit): use IfThenElse for an if else #38

Open
Jan0660 opened this issue Apr 6, 2023 · 0 comments
Open

perf(.Jit): use IfThenElse for an if else #38

Jan0660 opened this issue Apr 6, 2023 · 0 comments
Labels
performance Performance improvements RCaron.Jit Related to the RCaron.Jit project
Milestone

Comments

@Jan0660
Copy link
Owner

Jan0660 commented Apr 6, 2023

Make an exceptional case for when we have only a if(){}else{} to use Expression.IfThenElse to avoid creating the elseState variable

@Jan0660 Jan0660 added the performance Performance improvements label Apr 6, 2023
@Jan0660 Jan0660 added this to the v1.0.0 milestone Apr 6, 2023
@Jan0660 Jan0660 added this to RCaron Apr 6, 2023
@Jan0660 Jan0660 moved this to Todo in RCaron Apr 6, 2023
@Jan0660 Jan0660 added the RCaron.Jit Related to the RCaron.Jit project label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance improvements RCaron.Jit Related to the RCaron.Jit project
Projects
Status: Todo
Development

No branches or pull requests

1 participant