LargeIntegersTest
category: VMConstruction-Plugins
superclass: Object
subclasses:
Some tests for LargeIntegersPlugin functions and their binding to Integer methods.
Evaluate...
without module:
LargeIntegersTest doItInFile: '/tmp/withoutModule.txt' withModule: false.
with module:
LargeIntegersTest doItInFile: '/tmp/withModule.txt' withModule: true.
.
After these computations both files have to be the same contents!
Speed:
[LargeIntegersTest bigFactorial: 3 depth: 3] timeToRun
or
[1000 factorial] timeToRun




|