Pour faire le baptême initial de cette liste, voici deux présentations que Maxime et moi avons fait chez Mozilla le 1er février dernier:

Maxime Chevalier-Boisvert presents Higgs, a new JIT compiler architecture under development in which monitoring is used to maintain accurate type information at a minimal cost, pushing the limits of dynamic language optimization.
https://air.mozilla.org/higgs-jit/

Erick Lavoie shows how to provide flexible run-time instrumentation of the JavaScript object-model and function-call protocol with performance comparable to a state-of-the-art interpreter, without having to modify the VM source code.
https://air.mozilla.org/metacircular-vm-layering/

Cela semble avoir généré de l'intérêt sur reddit:
http://www.reddit.com/r/programming/comments/17resr/higgs_a_monitoring_jit_for_javascript/

Erick