[fpc-pascal] Re: Using LLVM with FPC

2010-10-05 Thread leledumbo
OK, it seems that I should take the hardcoder approach :) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Using-LLVM-with-FPC-tp3199368p3200843.html Sent from the Free Pascal - General mailing list archive at Nabble.com. _

Re: [fpc-pascal] Re: Using LLVM with FPC

2010-10-05 Thread Sven Barth
Am 05.10.2010 16:58, schrieb Jonas Maebe: On 05 Oct 2010, at 16:52, Sven Barth wrote: But do you already generate LLVM code? No, only translating FPC types into LLVM type definitions has been implemented (but that's also the part that occasionally crashes since my last merge from trunk). O

Re: [fpc-pascal] Re: Using LLVM with FPC

2010-10-05 Thread Jonas Maebe
On 05 Oct 2010, at 16:52, Sven Barth wrote: But do you already generate LLVM code? No, only translating FPC types into LLVM type definitions has been implemented (but that's also the part that occasionally crashes since my last merge from trunk). Jonas _

Re: [fpc-pascal] Re: Using LLVM with FPC

2010-10-05 Thread Sven Barth
Am 05.10.2010 16:48, schrieb Jonas Maebe: On 05 Oct 2010, at 16:41, Sven Barth wrote: Am 05.10.2010 16:06, schrieb leledumbo: I believe that producing LLVM assembly is the best solution in the long run. That's what I'm going to do if no one else ever started it (I'll try to make it as mod

Re: [fpc-pascal] Re: Using LLVM with FPC

2010-10-05 Thread Jonas Maebe
On 05 Oct 2010, at 16:41, Sven Barth wrote: Am 05.10.2010 16:06, schrieb leledumbo: I believe that producing LLVM assembly is the best solution in the long run. That's what I'm going to do if no one else ever started it (I'll try to make it as modular as possible so it can be used for

Re: [fpc-pascal] Re: Using LLVM with FPC

2010-10-05 Thread Sven Barth
Am 05.10.2010 16:06, schrieb leledumbo: I believe that producing LLVM assembly is the best solution in the long run. That's what I'm going to do if no one else ever started it (I'll try to make it as modular as possible so it can be used for other projects) I don't know how far Jonas is wit

[fpc-pascal] Re: Using LLVM with FPC

2010-10-05 Thread leledumbo
> I believe that producing LLVM assembly is the best solution in the long run. That's what I'm going to do if no one else ever started it (I'll try to make it as modular as possible so it can be used for other projects) -- View this message in context: http://free-pascal-general.1045716.n5.nabb