redid benchmarks with new options
especially calling did improve also binaries don't get crazy big even for bigger heaps, because they are just ints
This commit is contained in:
@ -9,9 +9,9 @@ class Space
|
||||
return a + b
|
||||
end
|
||||
|
||||
# ran with --parfait=70000
|
||||
# ran with --integers=170000 , result - noop * 10
|
||||
def main(arg)
|
||||
b = 2
|
||||
b = 5
|
||||
res = 0
|
||||
while( b >= 1 )
|
||||
b = b - 1
|
||||
|
Reference in New Issue
Block a user