Results 5 comments of Anton Bornev

compiled like this `g++ backward.cpp main.cpp -lbfd -ldl -lpthread -O3 -g1 -o backward`

any progress on this? Tested on solana-test-validator 1.9.30 (src:30e47c2b; feat:462418899) Same issue, when performing 31545460800000000000000000000000u128 / 120000000000000u128, takes 6854 compute units for this.

@mendess can you please rebase it onto new main.

@tmandry could you also take a look? We are using the Mendess branch in our closed-source project and would like to have it merged.

I ended up making something like this to bypass the restriction. It does use a private API and even probably works, but it could break at any time in the...