search for: modifiac

Displaying 3 results from an estimated 3 matches for "modifiac".

Did you mean: modifica
2005 May 18
1
[LLVMdev] Scheme + LLVM JIT
...ule *) > > Where the function parses the string and appends it into the specified > module. This would make self-extending code simpler (no need to parse > into one module then link into the preexisting one). Ok, here is the new and improved patch for parsing asm strings, with the modifiacations you requested. It is now also tested. As for the actuall testing, here is what I have so far: I have a CWrapper, which contains the c/c++ header file that is used both by the wrapper and it's clients, a .cpp file, and a makefile, that depends on another patch i submitted. It builds a l...
2005 May 16
0
[LLVMdev] Scheme + LLVM JIT
On Fri, 13 May 2005, Alexander Friedman wrote: >>> This requires being able to parse strings. The LLVM 'Parser.h' interface >>> (and implementation) has the built in assumptions that it will always be >>> parsing from the file system. Would you guys accept a patch that makes >>> it more general (ie, parse from file or string)? >> >> Yes,
2005 May 13
3
[LLVMdev] Scheme + LLVM JIT
> > This requires being able to parse strings. The LLVM 'Parser.h' interface > > (and implementation) has the built in assumptions that it will always be > > parsing from the file system. Would you guys accept a patch that makes > > it more general (ie, parse from file or string)? > > Yes, that's a generally useful thing to have, I'd like to see it