Displaying 3 results from an estimated 3 matches for "1d480c25f397c4786386135f8e8938e4".
2006 Jan 09
0
[LLVMdev] A number of newbie questions
On Mon, 9 Jan 2006, Marcel Weiher wrote:
> I am currently experimenting with LLVM to provide native code
> compilation services for a project of mine I call Objective-Smalltalk,
> and so far quite pleased with the results. I was able to JIT-compile
> some functions that send Objective-C messages, and now look forward to
> compiling full methods.
Cool!
> I do have a couple
2006 Jan 09
1
[LLVMdev] A number of newbie questions
...that...though what I will
need, at least initially, is Mach-O, not ELF... :-)
Thanks again,
Marcel
--
Marcel Weiher Metaobject Software Technologies
marcel at metaobject.com www.metaobject.com
The simplicity of power HOM, IDEAs, MetaAd etc.
1d480c25f397c4786386135f8e8938e4
2006 Jan 09
2
[LLVMdev] A number of newbie questions
Hi,
I am currently experimenting with LLVM to provide native code
compilation services for a project of mine I call Objective-
Smalltalk, and so far quite pleased with the results. I was able to
JIT-compile some functions that send Objective-C messages, and now
look forward to compiling full methods.
I do have a couple of questions that I haven't been able to answer
after looking