-
Deep within the JVM
Led by Ben Evans
Have you ever wondered how the JVM really works? Or how the overall performance behaviour of your applications is built up? Or what you can do to code in a more performant manner? Or what advanced techniques exist for applications that want to push the boundaries of the JVM?
Join Ben Evans, Java...
java jit bytecode-interpretation concurrency garbage-collection runtime application-behaviour java-memory-model JVM -
Hunting Android Malware
Featuring Chris Le Roy
Android malware is a continuing problem in the Android ecosystem, even after 9 major Android releases. Android currently relies on implicit and explicit user participation to identify malicious applications, both on the Playstore and on devices.
mobile runtime heap development malware hacking security android -
What the optimizer does to your code
Featuring Miguel Garcia
In this talk for Scala Days, Miguel Garcia establishes a link between the internal workings of the optimizer and the resulting performance gains at runtime. For good measure, we also look at coding patterns the optimizer can’t bail out (at least not yet).
scala optimizer runtime