search for: metaobject

Displaying 5 results from an estimated 5 matches for "metaobject".

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
...riter.cpp, but it is not complete yet. It uses the same > codegen interfaces as the JIT to do the writing. Very cool, will have to take a look at 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
2006 Feb 10
0
[LLVMdev] PyPy sprint announcement: PyCon 2006, Texas, Feb 27st - March 2nd
Hi Armin, > The next sprint of PyPy will be held in Dallas, Texas, at the PyCon > conference. Most of you know about the LLVM back-end of PyPy. So > far, > we use mostly the static compilation features of LLVM, How are you using the static compilation features? Are you able to do this via API calls or generating code that will be processed by tools? Thanks, Marcel
2007 Jan 22
0
[LLVMdev] addPassesToEmit(Whole)File changes?
Hi folks, just installed the new llvm 1.9 build and noticed that my code no longer worked. It seems something has changed with addPassesToEmitFile(). First, the arguments to that method changed so that it no longer takes a PassManager, but only a FunctionPassManager. Instead there is a addPassesToEmitWholeFile() method, but that is marked as optional, and when I change my code to