RE: JVM Assembly Language

  • From: "Sina Bahram" <sbahram@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 7 Sep 2010 03:41:09 -0400

Yes, it's called jasmin. Is there a reason you need this though? In a jit 
environment, especially a stack based one like the JVM,
there are very few things you'll be able to do better than the jvm. There are 
many things you can do better than the compiler, but
that really doesn't matter, because at runtime, the code is constantly 
optimized.

http://jasmin.sourceforge.net/

 Take care,
Sina

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of John J. Boyer
Sent: Tuesday, September 07, 2010 2:23 AM
To: programmingblind@xxxxxxxxxxxxx
Subject: JVM Assembly Language

Is there such a thing? It would have an associated assembler which would 
presumably run on the JVM.

Thanks,
John

--
John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc.
http://www.abilitiessoft.com
Madison, Wisconsin USA
Developing software for people with disabilities

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: