Displaying 1 result from an estimated 1 matches for "__imag".
Did you mean:
__ilog
2007 Oct 22
4
[LLVMdev] OT: new here, dynamic/runtime compilation (in general)
...infrequent that I can make due without them for the time being (namely: 'static', initialized structs, multi-prototypes, C99 style dynamicly-sized arrays, ...).
to 'add insult to injury' though, I implemented a few compiler extension features:
some partly derived from gcc (__real, __imag, ...);
some custom: builtin geometric vectors and quaternions (I do a lot of 3D stuff...);
..
I also have Garbage Collection, Dynamic Typing, and Prototype OO available as library features (note, I mean 'Prototype OO', in reference to the object system used in Self, and crudely immitated i...