Index: benchmark/creation/node_cor.js
===================================================================
--- benchmark/creation/node_cor.js	(revision c12869e252446e2346b620e01a91c06700f67b70)
+++ benchmark/creation/node_cor.js	(revision c1ee231b7d3bb492e84c30e961985c2034ca3596)
@@ -5,4 +5,9 @@
 
 function * coroutine() { yield }
+
+for ( var i = 0; i < times; i += 1 ) { // warm jit
+	cor = coroutine()
+}
+
 var hrstart = process.hrtime()
 for ( var i = 0; i < times; i += 1 ) {
