What is the difference between SSCLI 2.0 (ROTOR) and .NET?

蓝咒 提交于 2019-12-10 11:02:42

问题


Is there a large difference between the SSCLI 2.0 and .NET, I know that Microsoft wouldn't release their garbage collector or JIT compiler and simpler implementations are used, but as far as the rest is concerned is there much difference?


回答1:


The difference is in GC and JIT. they simpfied these two feature when deploy to SSCLI.




回答2:


Found a link for a comparison. pritty much sums it up..




回答3:


SSCLI is not licensed to be used in production. It's intended for educational use / peer review type things.



来源:https://stackoverflow.com/questions/1893892/what-is-the-difference-between-sscli-2-0-rotor-and-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!