Displaying 1 result from an estimated 1 matches for "1004309".
Did you mean:
100430
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.