Changeset 349
- Timestamp:
- 08/23/08 19:17:47 (3 months ago)
- Files:
-
- branches/v2new/samples/simple.md (modified) (1 diff)
- branches/v2new/test.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/v2new/samples/simple.md
r347 r349 1 module s imple1 module samples.simple 2 2 3 3 /+ branches/v2new/test.d
r344 r349 41 41 Timer.init(t); 42 42 43 word funcReg; 44 45 { 46 scope c = new Compiler(t); 47 funcReg = c.compileModule(`samples/simple.md`); 48 } 49 50 getFuncEnv(t, funcReg); 51 rawCall(t, funcReg, 0); 43 importModule(t, "samples.simple"); 52 44 53 45 Stdout.newline.format("MiniD using {} bytes before GC, ", bytesAllocated(vm)).flush;
