[OCM] Optimize Code Improvements #80
Labels
enhancement
New feature or request
mega
This issue tracks other issues
research
This issue isn't being worked on, it is being considered, and researched.
Optimize code will now be available as a prototype with limitations. This issue will track the limitations of optimize code that need to be fixed.
typedef type type_t
will be turned intotypedef type_old type_t
instead oftypedef type_old type_t_old
. This means that any code sample with a typedef inside will not work.The text was updated successfully, but these errors were encountered: