ldesnogu
Well-Known Member
I found the reason why QEMU was spending so much time in the execution loop. The code to link generated blocks had a nice bug which basically resulted in no block linking...
End result: nbench speed on integer code is 3 times what it was. For floating point, it's much less because FP operations are emulated. This means that on integer code on my 400 MHz board I reached the speed of a Pentium@133.
Though that is nice, much has to be done, so don't get overexcited
If someone with a Pandora board could get in touch with me to run tests...
End result: nbench speed on integer code is 3 times what it was. For floating point, it's much less because FP operations are emulated. This means that on integer code on my 400 MHz board I reached the speed of a Pentium@133.
Though that is nice, much has to be done, so don't get overexcited
If someone with a Pandora board could get in touch with me to run tests...