Viewing profile — joajoa
joajoa
HN member- Joined
- Thu, Jun 05, 2014, 6:53 AM UTC
- HN karma
- 42
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About joajoa
[ my public key: https://keybase.io/joa; my proof: https://keybase.io/joa/sigs/XIuyRObYDr46LCgYLIWJt5DKlYIBq3DYbjRIOqUzocE ]
Recent public activity
-
comment
Comment #48875337
Hey, thank you for your question. In fact it is not one CPU program driving thousands of GPUs but rather the opposite: independent processes, each driving one GPU, and all running …
- story
-
comment
Comment #14690767
Make.TV | Engineering | Cologne, Germany / Seattle, WA | Onsite / Remote | Full-Time We're building the only live video router in the cloud. Make.TV is hiring in Cologne, Germany a…
- story
-
comment
Comment #12276494
With Java, and any other VM that doesn't specify an exact GC algorithm, it always depends. IIRC the train algorithm used in some JVMs improves locality. Most GCs use a pointer-bump…
- story
- story
- story
- story
- story
-
comment
Comment #10463895
Absolutely. See [1] for instance. Superoptimization has been around since the 80s and at the first superoptimizer by Alexia Massalin targeted the 68000 instruction set. [1] http://…
-
comment
Comment #9863039
It's not that simple. See [1] and [2] [1] https://bugs.openjdk.java.net/browse/JDK-8054307 [2] http://shipilev.net/blog/2015/black-magic-method-dispatch/
-
comment
Comment #9763711
It was written by André Michelle ( http://andre-michelle.com/ )
- story
- story
-
comment
Comment #9002851
I know it's a shameless plug, but if you want to convert any Java bytecode with less semantic differences than scala.js and full reflection support you might want to give https://w…