hpi-swa / RSqueak

A Squeak/Smalltalk VM written in RPython.
BSD 3-Clause "New" or "Revised" License
83 stars 15 forks source link

Support large integer operations with RPython's rbigint library #136

Closed timfel closed 7 years ago

timfel commented 7 years ago

This is not an ideal refactoring, but I hope it helps with performance until full word-sized large integers show up

krono commented 7 years ago

looks ok so far

timfel commented 7 years ago

@fniephaus No, but our argument processing stuff (with "--" and such) just makes it a little more complex to put the "--batch" in the right place. Also, it's annoying when you're developing, because then you might want to stop interactively. Anyway, I moved --batch options to the build-linux script