Why isn't ikvm an iron language? #250
Closed
kevincrans
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
The DLR is a wholly inappropriate tool for designing a JVM. I'm not sure what not more to say. The DLR is for dynamic languages. A JVM isn't that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I must be really confused. What does the DLR have to do with ngen anyways? And ngen worked fine on IKVM assemblies last I checked. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would be using the dlr and ngen to jit translate java bytecode to ngen binary(skipping clr for speed).
The first problem would be bytecode not being a language.
Would this work though?
I'm just new here, but I'm also curious.
Beta Was this translation helpful? Give feedback.
All reactions