GCC support for C++/CLI

泪湿孤枕 提交于 2019-12-12 01:18:30

问题


Does somebody know, are there any plans or works to add ECMA standardized C++/CLI language support to GCC (which would emit IL code)?

This question was partially discussed in SOF (Does Mono .NET support and compile C++ / CLI?), but firstly I'm not sure that this imaginary project should be realized as a part of Mono project instead of core GCC one, and secondly I'm interested in novel information on this subject.


回答1:


I know of no such work personally (and my opinion of most ECMA standards rhymes with "stubber ramp" after the OOXML debacle), however, the GCC steering committee are probably the best people to ask here on their mailing list. That particular mailing list includes in its description:

All major decisions and changes, like abandoning ports or front ends, should be announced and discussed here.

So I would gather that question about upcoming new front ends would be allowed as well.




回答2:


There has been work on a CLI front-end and back-end for GCC: http://gcc.gnu.org/projects/cli.html - but it looks quite dead (latest news from 2009).



来源:https://stackoverflow.com/questions/12363745/gcc-support-for-c-cli

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