bjit: use a bitset for register tracking in the rewriter and use r12, r15,...
bjit: use a bitset for register tracking in the rewriter and use r12, r15, rbx, rbp in PPs and the bjit Keeping the available registers in a bitset makes it more memory efficient and also easier and more performant to calculate a subset of the registers. I will soon implement the 'otherThan' functionality using it which would fix the current problem of only allowing to exclude one register
Showing
Please register or sign in to comment