On Mon, Apr 21, 2008 at 11:04:13PM -0400, Bob Rogers wrote: Content-Description: message body text > t/op/jit.t 1 256 62 1 1.61% 55
This one requires removing saveall and restoreall handling from imcc (done in the stacks branch). > t/op/stacks.t 20 5120 23 20 86.96% 1-20 This just tests the stack ops themselves, and will be removed. > t/op/trans.t 20 5120 22 20 90.91% 1-20 > t/pmc/array.t 2 512 13 2 15.38% 8-9 > t/pmc/bigint.t 1 256 44 1 2.27% 3 > t/pmc/complex.t 4 1024 53 4 7.55% 12-13 25-26 > t/pmc/fixedbooleanarray.t 2 512 11 2 18.18% 7-8 > t/pmc/fixedfloatarray.t 3 768 11 3 27.27% 7-9 > t/pmc/fixedintegerarray.t 2 512 15 2 13.33% 9-10 > t/pmc/fixedpmcarray.t 2 512 15 2 13.33% 8-9 > t/pmc/fixedstringarray.t 2 512 13 2 15.38% 7-8 > t/pmc/float.t 16 4096 42 16 38.10% 1-5 13-22 26 > t/pmc/resizablebooleanarray.t 2 512 20 2 10.00% 6-7 > t/pmc/resizablefloatarray.t 7 1792 19 7 36.84% 8-14 > t/pmc/resizableintegerarray.t 2 512 15 2 13.33% 6-7 > t/pmc/resizablepmcarray.t 2 512 39 2 5.13% 11-12 > t/pmc/sarray.t 3 768 30 3 10.00% 13 17 23 > t/pmc/string.t 1 256 47 1 2.13% 3 Done in trunk as of r27090. Pm