back
user profile
fniephaus
2,175karma·238submissions·May 19, 2014
about
Researcher on the GraalVM team at Oracle Labs. Developer tools, programming languages, virtual machines. Previously at HPI, Google, and Maton Guitars.
[ https://fniephaus.com ]
[ https://twitter.com/fniephaus ]
[ my public key: https://keybase.io/fniephaus; my proof: https://keybase.io/fniephaus/sigs/2dy-DvixjWd3ZV-Bd7WhIw57HYYen9GSztnMeoXTmXY ]
recent activity (238 total)
comment
8 pronunciations of supercalifragilisticexpialidocious in English: https://youglish.com/search/supercalifragilisticexpialidocio... Best result: https://www.youtube.com…
comment
RE native runtime compilation:
have you had a look at GraalVM's native image:
https://www.graalvm.org/docs/reference-manual/aot-compilatio... …
comment
Have you had a look at GraalVM? Their native images [1] allow compilation of JVM-based languages into binaries with fast startup behavior and low memory footprint. [1] https://www.graalvm.o…
comment
Sulong is GraalVM's LLVM bitcode interpreter, so it's mentioned under LLVM in the release notes. Its code base has been merged into GraalVM's main repository at https://githu…
comment
yes, he got married a while ago.
comment
Thanks! And yes, we are still working on GraalSqueak. Adding support for Smalltalk Context objects is one of the biggest challenges as they allow sender modifications. This needs to be as fast as poss…