LWN.net Logo

Oracle sues Google over use of Java in Android (ars technica)

Oracle sues Google over use of Java in Android (ars technica)

Posted Aug 15, 2010 23:10 UTC (Sun) by Cyberax (subscriber, #52523)
In reply to: Oracle sues Google over use of Java in Android (ars technica) by jmalcolm
Parent article: Oracle sues Google over use of Java in Android (ars technica)

"Are you referring to compiling Scala to Java bytecode, running that on VMKit over LLVM,"

No, I'm talking about compiling Scala directly into machine code using LLVM. This is doable and is not particularly hard, it requires only a new backend for Scala.

"and using an Unladen Swallow inspired GC? Or are you talking about something even cooler?"

I'm talking about Swallow's GC.

"I know that Mono can use LLVM as the backend. I guess it takes a bit longer to JIT but the resulting code is faster after that. Perhaps your Scala scenario would benefit Mono as well."

Mono's LLVM experiment is not complete, it can't be used in production.


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds