已关闭
[新需求]: [es2panda] Optimize 'PartialExportClassGen` lowering #11221
zelentsovdmitry创建于 6月3日关闭于 8月5日
openharmony_ci
6月3日 评论:
6月3日 评论:
感谢提交Issue!关于Issue的交互操作,请访问OpenHarmony社区支持命令清单。如果有问题,请联系 [@xucheng46](https://gitcode.com/xucheng46) [@trubachevilya](https://gitcode.com/trubachevilya) [@vpukhov](https://gitcode.com/vpukhov) [@chernykhsergey](https://gitcode.com/chernykhsergey) [@zhuoli](https://gitcode.com/zhuoli) [@Wangyuzhong11](https://gitcode.com/Wangyuzhong11) 。如果需要调整订阅PR、Issue的变更状态,请访问链接。
Thanks for submitting the issue. For more commands, please visit OpenHarmony Command List. If you have any questions, please refer to committer gitcode for help. If you need to change the subscription of a Pull Request or Issue, please visit the link.


6月3日 添加了label:waiting_for_assign
6月3日 issue状态由 待办的 改变为 开发中
6月9日 关联了pull request:Optimize 'PartialExportClassGen' lowering
6月10日 关联了pull request:Optimize 'PartialExportClassGen' lowering
6月15日 关联了pull request:Optimize 'PartialExportClassGen' lowering
7月27日 issue状态由 开发中 改变为 已完成
7月27日 关闭了 issue
8月3日 issue状态由 已完成 改变为 开发中
8月3日 重新打开了 issue
8月5日 关闭了 issue
8月5日 issue状态由 开发中 改变为 已完成
8月5日 关联了pull request:Optimize 'PartialExportClassGen' lowering
8月5日 关联了pull request:Optimize 'PartialExportClassGen' lowering
感谢提出新需求。
新需求提供了什么功能?
Now
PartialExportClassGenlowering can take a lot of time and memory when compiling real applications. Say, for UI_Sta_40w we have about 17.7 s and 3 GB!Need to investigate why it is so and how to optimize the existing code to decrease these metrics for better compilation performance.
该需求带来的价值、应用场景?
The compilation of ArkTS programs will be faster and use less resources.