Re: ffi library port to Windows
Enrico Migliore <[email protected]> Tue, 13 Jun 2006 13:04:34 +0200
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Organization | - |
| Message-ID | <[email protected]> |
Hi Etienne, I've tested successfully the following types: 1. ffi_type_sint8 (SVM_TYPE_BYTE) 2. ffi_type_uint16 (SVM_TYPE_CHAR) 3. ffi_type_float32 (SVM_TYPE_FLOAT) 4. ffi_type_pointer (SVM_TYPE_REFERENCE) Based on the basic tests bunled with the ffi library, I wrote some other "sneakier" tests, in order to be completely sure that the port works. I'm planning to finish all the tests by sunday. ciao, Enrico