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
Hi,
We have an existing code which has a large number of vector operator function calls, like adding or subtracting vectors. We would like to do function inline-expansion when we build the project to improve production performance. However we would like to keep the source code as it is, to keep development and debugging easier.
I tried $$inline!(), it works for our operator functions, but it requires changing all the code (which we don't want). Is there any way to do the same thing with decorator? For example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have an existing code which has a large number of vector operator function calls, like adding or subtracting vectors. We would like to do function inline-expansion when we build the project to improve production performance. However we would like to keep the source code as it is, to keep development and debugging easier.
I tried $$inline!(), it works for our operator functions, but it requires changing all the code (which we don't want). Is there any way to do the same thing with decorator? For example:
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions