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
#236 fundamentally changed how functions are emitted by Biohazrd. For the time being I have both emit strategies implemented and the new trampoline emit strategy is only used if CreateTrampolinesTransformation is used in order to make it a bit easier to upgrade older generators and see how the new emit strategy affects their output.
This extra path represents a good 536 lines of effectively dead code though so it should be removed. I plan to do this with #102 but I may still wait hence this issue.
The text was updated successfully, but these errors were encountered:
#236 fundamentally changed how functions are emitted by Biohazrd. For the time being I have both emit strategies implemented and the new trampoline emit strategy is only used if
CreateTrampolinesTransformation
is used in order to make it a bit easier to upgrade older generators and see how the new emit strategy affects their output.This extra path represents a good 536 lines of effectively dead code though so it should be removed. I plan to do this with #102 but I may still wait hence this issue.
The text was updated successfully, but these errors were encountered: