Viewing profile — rschatz
rschatz
HN member- Joined
- Wed, Feb 15, 2017, 3:43 PM UTC
- HN karma
- 16
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About rschatz
Oracle Labs, currently working on the GraalVM LLVM runtime
Recent public activity
-
comment
Comment #32437245
Truffle and partial evaluation also works on native-image. You could say this is a VM where there are no bytecodes anymore.
-
comment
Comment #32436571
I don't think the original TruffleC is available anymore. But TruffleC evolved into the GraalVM LLVM runtime. We're now running the C programming language on GraalVM indirectly, by…
-
comment
Comment #32436540
You can still use pointers. It's a bit hidden, but there are things like `Unsafe.allocateMemory`, `Unsafe.getByte` and so on ;)