Re: build error
- Posted by jimcbrown (admin) Apr 04, 2013
- 1538 views
mattlewis said...
I think it is deeper issues than that. I haven't been able to reproduce those errors on x86 or x86-64. I have found other issues on ARM that I haven't completely solved. They seem to involve casting doubles to pointers.
Agreed. I suspected that at least some of the issues that Jacques is seeing are somehow related to hashing (or how hashing interacts with the way we deal with doubles, pointers (for sequences and objects), etc) - which is why I suggested trying my hash-free (but much slower) alternative.