OlegDB icon indicating copy to clipboard operation
OlegDB copied to clipboard

Debug 32-bit Support

Open qpfiffer opened this issue 10 years ago • 2 comments

Theres no reason OlegDB won't work on 32-bit platforms. Just debug the weird issues.

qpfiffer avatar Apr 07 '14 06:04 qpfiffer

My notebook is FreeBSD 10.0 x86, I can test with that if there is need to

Hamcha avatar Apr 21 '14 14:04 Hamcha

@Hamcha: I think it mostly works, except a couple of the tests are hard-coded to expect certain results to be on a 64-bit machine. It'll need some macro wizardry, probably. test_bucket_max() for example expects the result to be HASH_MALLOC / 8, which is kind of dumb. I don't think there is anything actually stopping the use of 32-bit liboleg.

qpfiffer avatar Apr 21 '14 15:04 qpfiffer