Displaying 6 results from an estimated 6 matches for "zetterquist".
2009 Jun 05
4
[LLVMdev] How to stop symbol searching without aborting
Hi!
Today we use Lua to let 3rd party developers add driver-like modules
to our application.
The advantages to using Lua compared to DLL:s etc. are that:
1) the same driver binary can be used on all OS:es and processor
architectures etc.
2) We can provide a small API to the Lua drivers and they _cannot_
call any other external functions.
3) A buggy driver cannot crash our application.
2009 Jun 05
0
[LLVMdev] How to stop symbol searching without aborting
Marcus Zetterquist <marcus.zetterquist at gmail.com> writes:
> Today we use Lua to let 3rd party developers add driver-like modules
> to our application.
>
> The advantages to using Lua compared to DLL:s etc. are that:
>
> 1) the same driver binary can be used on all OS:es and processor
&...
2009 Jun 08
0
[LLVMdev] How to stop symbol searching without aborting
Have you tried llvm-lua? It adds JIT & static compiling support to the Lua VM
using LLVM as the backend. I just released version 1.0 about a week ago.
The project website is here:
http://code.google.com/p/llvm-lua/
On Friday 05, Marcus Zetterquist wrote:
> Hi!
>
>
> Today we use Lua to let 3rd party developers add driver-like modules
> to our application.
>
> The advantages to using Lua compared to DLL:s etc. are that:
>
> 1) the same driver binary can be used on all OS:es and processor
> architectures etc.
>...
2009 Jun 08
1
[LLVMdev] How to stop symbol searching without aborting
...e:
>
> Have you tried llvm-lua? It adds JIT & static compiling support to
> the Lua VM
> using LLVM as the backend. I just released version 1.0 about a week
> ago.
>
> The project website is here:
> http://code.google.com/p/llvm-lua/
>
> On Friday 05, Marcus Zetterquist wrote:
>> Hi!
>>
>>
>> Today we use Lua to let 3rd party developers add driver-like modules
>> to our application.
>>
>> The advantages to using Lua compared to DLL:s etc. are that:
>>
>> 1) the same driver binary can be used on all OS:es and pr...
2009 Jun 05
1
[LLVMdev] How to stop
Hi!
Today we use Lua to let 3rd party developers add driver-like modules
to our application.
The advantages to using Lua compared to DLL:s etc. are that:
1) the same driver binary can be used on all OS:es and processor
architectures etc.
2) We can provide a small API to the Lua drivers and they _cannot_
call any other external functions.
3) A buggy driver cannot crash our application.
2009 Jun 08
0
[LLVMdev] I apologize for the duplicate messages [nt]
[This email is either empty or too large to be displayed at this time]