You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C backend currently supports almost all the integration tests and I think it's time to introduce some additional features toC. Some of the possible extensions and improvements to this backend can be:
Support ASR optimization passes. I'd wait until we finish ASR Passes refactoring.(C: Support passes #1636)
Using the --fast flag to optimize the code by let's say using the x.m_value wherever possible and any other optimizations wherever possible. (Support fast option in C #1580 )
The
C
backend currently supports almost all the integration tests and I think it's time to introduce some additional features toC
. Some of the possible extensions and improvements to this backend can be:--fast
flag to optimize the code by let's say using thex.m_value
wherever possible and any other optimizations wherever possible. (Supportfast
option in C #1580 )x
in CPython #670Please free to edit/suggest any other ideas that you would like to have @certik @czgdp1807 @rebcabin.
The text was updated successfully, but these errors were encountered: