快速抖动库
除了 llvm 之外还有什么吗? libjit 似乎不太活跃..我需要一个非常快速且稳定的抖动。即使以牺牲功能为代价..(最好在c++下)
Anything out there other than llvm ? libjit doesn't seem very active.. I need a really fast and stable jitter. Even at the expense of features.. (preferably under c++)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,libjit 相当稳定,即即使它不活动,它也可能是一个可行的选择。其他一些替代方案是 GNU lighting 和 Mozilla 的 Nanojit。
As far as I know, libjit is fairly stable, ie it might be a viable option even if it's inactive. Some other alternatives are GNU lightning and Mozilla's Nanojit.
Mono、微软.NET、JVM。它们都可以很好地嵌入到 C++ 应用程序中。
Mono, Microsoft .NET, JVM. They all are quite embeddable into a C++ application.