kitakkun / back-in-time-plugin

Kotlin Compiler Plugin to make your program back-in-time debuggable.
Apache License 2.0
33 stars 1 forks source link

Improve internal IR modification logic #68

Closed kitakkun closed 3 weeks ago

kitakkun commented 3 weeks ago

Some IR modification logics are too complicated and thus difficult to maintain. This PR makes them cleaner and easier to read.

Changes