超级大的底层重构预告 ⭐SUPER⭐HUGE⭐REFACTOR⭐ #22
Closed
Alumopper
announced in
Announcements
Replies: 1 comment
-
重构已推送~ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
现在正在对所有的变量类型进行重构,将编译器能追踪的,和编译器不能追踪的变量视作两个类型,例如MCInt现在被拆分为MCInt和MCIntConcrete。针对编译器能追踪的类,将会进行一定程度的编译期优化。
原来也有这个功能,是用isConcrete这个成员来实现的,但是好像会让代码比较臃肿,现在拆开来会明了很多
Beta Was this translation helpful? Give feedback.
All reactions