Fix slowness in debug run of test-tcp-many-clients
authorRyan <ry@tinyclouds.org>
Fri, 4 Sep 2009 10:15:21 +0000 (12:15 +0200)
committerRyan <ry@tinyclouds.org>
Fri, 4 Sep 2009 10:15:21 +0000 (12:15 +0200)
commit733ee426dcb6a2d3a8210b9d283cc6d85ffc1f17
tree96afa4391510c82818d5c98848c897cf81a2d46a
parent2097b9d2e532624ab96cb548ac81d370bceea9fe
Fix slowness in debug run of test-tcp-many-clients

I'm not sure what is actually causing

  node_g test/mjsunit/test-tcp-many-clients.js

to run slowly, but I traced the problem to
afd9e714d3937288de51116a45234c1e86a9444f.
Somehow it has to do with promoting the compilation of src/util.js. That
change wasn't actually intended to be included in afd9e7 commit anyway, so
I'm reverting it here.
src/node.cc