rune icon indicating copy to clipboard operation
rune copied to clipboard

Goal is to figure out why nbodies in lua is 20x faster than Rune

Open udoprog opened this issue 8 months ago • 0 comments

There is an awful lot of duplicated instructions to perform stack shuffling, so the idea is that changing memory addressing mode will address that. This way we ensure that each variable is assigned exactly one slot and that operations can operate over all of them and not just the top of the stack.

udoprog avatar Oct 11 '23 02:10 udoprog