You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "hengyunabc (GitHub)" <gi...@apache.org> on 2019/12/13 02:54:43 UTC

[GitHub] [dubbo] hengyunabc commented on issue #5146: AMS realize dubbo Proxy

个人意见:

* 直接使用asm会让代码非常难看懂,有问题的话,也比较难查。一不小心的话,栈不配平,或者参数没匹配上就会出错。如果有异常处理的话,更是复杂和难理解。

* ClassLoader/ClassPath 会有很多的dark corner,已经在Javassist本身里处理掉的。直接用asm可能会遇到

[ Full content available at: https://github.com/apache/dubbo/pull/5146 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org