We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the scope you want to adapt to
尽可能减小字节码大小,在部分限制 payload 的场景下可能有点用
Please list some useful links
The text was updated successfully, but these errors were encountered:
feat: support bytecode shrink
cf2b2af
1. remove source file symbol (#46) 2. remove debug info when enable shrink (#29)
目前支持了移除调试信息,后续需要再支持移除未使用的方法、成员变量和本地变量等等
Sorry, something went wrong.
No branches or pull requests
适配范围
尽可能减小字节码大小,在部分限制 payload 的场景下可能有点用
相关资料
The text was updated successfully, but these errors were encountered: