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
Fort better performance all code, that will result in branches in the decompiled assembly code will result in branches.
Would love to see this taken into consideration for v3 - as this boosts performance by quite a bit!
That would include all conditional statements, like:
if
if...else
if...else if....else
switch...case
but specially the ones that are nested.
A little YouTube Video, for the ones, that do not know what it is - this guy explains it quite good: https://www.youtube.com/watch?v=bVJ-mWWL7cE
Additional Context (optional)
When things are getting nested or more complex, it gets harder to make themn branchless, but it is always worth the effort.
Feature Description
Fort better performance all code, that will result in branches in the decompiled assembly code will result in branches.
Would love to see this taken into consideration for v3 - as this boosts performance by quite a bit!
That would include all conditional statements, like:
if
if...else
if...else if....else
switch...case
but specially the ones that are nested.
A little YouTube Video, for the ones, that do not know what it is - this guy explains it quite good:
https://www.youtube.com/watch?v=bVJ-mWWL7cE
Additional Context (optional)
When things are getting nested or more complex, it gets harder to make themn branchless, but it is always worth the effort.
Code Snippet (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: