Sebastian Poreba
Sebastian Poreba
The talk covers JIT, hidden classes, optimizing compiler and garbage collection. It goes into deep details of V8 performance, presented in clear and comprehensible way. My favourite quote is “JavaScript...
Background: I work on a project with 150k LOC. It uses Closure and four other libraries, all compiled using plovr. SIMPLE mode output is over 6MB. When this code used...
For some time I'm trying to get my app working with karma-closure, unsuccessfully. Files seem to load, there are no errors even on debug setting, yet still no tests run...