cfad47cfa3/t3compiler/tads3/test/log/addlist.log
Commiter: Nikos Chantziaras
Author: Nikos Chantziaras
Revision: cfad47cfa3
File Size: 368 Bytes
(June 01, 2009 20:54 UTC) Almost 3 years ago
Initial commit.
Files to build: 3 symbol_export addlist.t -> addlist.t3s compile addlist.t -> addlist.t3o link -> addlist.t3 (T3VM) Memory blocks still in use: Total blocks in use: 0 initially: x = [] after adding [one]: x = [one] after adding [two]: x = [one two] after adding [three, four]: x = [one two three four] (T3VM) Memory blocks still in use: Total blocks in use: 0 |