Files
node-v0.x-archive/src
Ryan Dahl 860d008d54 Truly synchronous require()
This is to reduce our dependency on wait(). For some reason this patch
affects the timer test:

  % ./node test/mjsunit/test-timers.js
  diff: 989
  diff: 989
  diff: 1989
  diff: 2989

Previously it showed:

  % ./node test/mjsunit/test-timers.js
  diff: 1000
  diff: 1000
  diff: 2000
  diff: 3000

I'm not sure what caused this change, and it's rather disturbing. However I
want to remove wait() as soon as possible and so am pushing this patch
through.

The module loading code is becoming increasingly ugly - this patch has not
helped. A refactor needs to be done soon.
2010-02-19 10:06:49 -08:00
..
2010-01-18 10:12:04 -08:00
2009-10-27 11:46:58 +01:00
2009-12-09 09:12:01 +01:00
2009-12-09 09:12:01 +01:00
2010-01-09 01:52:49 -08:00
2010-01-18 10:12:04 -08:00
2010-01-18 10:12:04 -08:00
2009-12-09 09:12:01 +01:00
2010-02-09 14:45:14 -08:00
2010-02-07 21:56:36 -08:00
2009-09-17 15:36:31 +02:00
2009-12-09 09:12:01 +01:00
2010-02-19 10:06:49 -08:00