Skip to content

Releases: oleg-st/InlineMethod.Fody

0.8.7

01 Mar 15:18

Choose a tag to compare

More general fix for handling dup #16

0.8.6

27 Feb 06:14

Choose a tag to compare

Handle escaped pushes more #16

0.8.5

26 Feb 16:08

Choose a tag to compare

Handle push+dup #16
Don't remove arguments with side effects

0.8.4

25 Feb 06:54

Choose a tag to compare

Fix exception handlers instructions #15

0.8.3

24 Feb 17:55

Choose a tag to compare

Handle multiple stores during value evaluation
Fold indirect calls
Inline parameter attribute #13
Added exception handlers as reachable instructions #14

0.8.2

20 Sep 20:15

Choose a tag to compare

Minor fixes

0.8.1

09 Sep 07:01

Choose a tag to compare

Fixes for ResolveDelegate feature
Generic type resolving fixed

0.8

01 Sep 12:50

Choose a tag to compare

0.8

ResolveDelegate attribute #11
Some optimizations after inline:

  • Constant branch folding (remove unreachable branches)
  • Remove unused constant variables

0.7.4

25 Jun 17:01

Choose a tag to compare

Resolve generic fields, specify generic parameter provider

0.7.3

24 Jun 21:17

Choose a tag to compare

Ability to export an inline attribute to use the inlining outside the project