[racket] math/matrix <--> FFI/array
On Wed, Feb 13, 2013 at 6:51 PM, Danny Yoo <dyoo at hashcollision.org> wrote:
> On Wed, Feb 13, 2013 at 10:49 AM, Pierpaolo Bernardi
> <olopierpa at gmail.com> wrote:
>> On Wed, Feb 13, 2013 at 6:14 PM, Danny Yoo <dyoo at hashcollision.org> wrote:
>>
>>> Other than that, this should work ok. Can you confirm?
>>
>> Yes, it works. Thanks!
>>
>> What's the difference between _byte and _int8 ?
>
>
> Wow. There should have not been any difference!
>
> So change it back to _int8, and see if you can replicate the crash
> again. If you can, I'd be _very_ confused.
Sigh. It works with _int8 too. There must have been something else
going on when I obtained the crashes.
Thanks again.