什么JVM装配有哪几种? [英] What JVM assemblers are there?

查看:238
本文介绍了什么JVM装配有哪几种?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想一个JVM汇编是简单明了。它应该在 Java虚拟描述写在记忆语言的文本文件机器规格并产生类文件,即字节code。

I want a JVM assembler that is straightforward and simple. It should take a text file written in the mnemonic language described in The Java Virtual Machine Specification and produce class files, i.e. bytecode.

需要明确的是:我不希望出现这种情况可以从API的调用生成的类文件库

To be clear: I don't want a library that can generate class files from invocations of an API.

什么是JVM装配的当前状态?他们是否支持invokedynamic(不是强制性的给我,但一个优势)?在什么手术系统,我可以使用它们?他们有什么个人的优点和缺点是什么?

What are the current statuses of the JVM assemblers? Do they support invokedynamic (not mandatory to me, but an advantage)? On what operative system can I use them? What are their individual pros and cons?

推荐答案

茉莉是事实上的标准。最近的版本支持invokedynamic。它是用Java编写的,所以它的便携性。

Jasmin is the de facto standard. Recent versions support invokedynamic. It's written in Java, so it's portable.

这篇关于什么JVM装配有哪几种?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆