Re: Verrazano/CFFI R.I.P.?
- From: Ivan Shvedunov <ivan_iv@xxxxxxxxxxxxxxxxx>
- Date: Sat, 31 Dec 2005 02:43:59 +0300
Just interesting, how do you deal with the following issues?
- fixnums usually cannot represent full 32-bit numbers, so bignums will be used instead in many cases (very ineffective);
- pointer arithmetic, mixing pointer<->arrays, pointer<->uint conversion;
- malloc() / free() memory management;
... probably many other things like these ...
? .
- Follow-Ups:
- Re: Verrazano/CFFI R.I.P.?
- From: Kenny Tilton
- Re: Verrazano/CFFI R.I.P.?
- References:
- Verrazano/CFFI R.I.P.?
- From: Kenny Tilton
- Verrazano/CFFI R.I.P.?
- Prev by Date: ;dot context error
- Next by Date: Re: Verrazano/CFFI R.I.P.?
- Previous by thread: Re: Verrazano/CFFI R.I.P.?
- Next by thread: Re: Verrazano/CFFI R.I.P.?
- Index(es):