search for: trillke

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

Did you mean: rillke
2005 Jan 06
4
ices config problems
...;ices:Module>myown</ices:Module> produces: Initialization of playlist handler failed. [This binary has no support for embedded python] Ices Exiting... :-( ices 2.0.0 = ices alpha release, with misleading documentation+example config, and missing core feature -- klaus thorn klaus@trillke.net
2005 Jun 20
2
[LLVMdev] variable sized structs in LLVM
Hi Reid, On Mon, Jun 20, 2005 at 07:08 -0700, Reid Spencer wrote: > The thing you're missing is that LLVM's primitive types have well known, > fixed sizes that are not target dependent. A ulong is 8 bytes. A uint is > 4 bytes. A ushort is 2 bytes. Etc. and always. Don't aligning rules make it hard to compute the size of a whole struct from the sizes of it's members?
2003 Oct 31
0
[LLVMdev] Re: LLVM and PyPy
Hi Chris, [Chris Lattner Fri, Oct 31, 2003 at 10:58:45AM -0600] > On Fri, 31 Oct 2003, Armin Rigo & Holger Krekel wrote: > > > Hello Chris, > > > > We have been investigating your project and the good documentation > > and are very impressed. If we understood your goals correctly > > this seems like a good match for our ongoing and active PyPy project,