search for: 8fabc493

Displaying 3 results from an estimated 3 matches for "8fabc493".

2013 Apr 29
2
[LLVMdev] A new mechanism to compiler kernel modules using llvm: Defer type evaluation in clang?
...the correct structure. The best approach for kernel stuff is to get the source code into mainline, then the source code will be kept up to date for you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130429/8fabc493/attachment.html>
2013 Apr 29
0
[LLVMdev] A new mechanism to compiler kernel modules using llvm: Defer type evaluation in clang?
Just out of curiosity, what would be the main benefit of this approach vs DKMS which is already widely used ? Le 28 avr. 2013 à 18:42, Jovi Zhang <bookjovi at gmail.com> a écrit : > Hi, > > First of all, I didn't study on compiler too much, I'm a Linux kernel developer, > Now I have one idea about compile kernel module by using llvm framework. > > In Linux
2013 Apr 28
7
[LLVMdev] A new mechanism to compiler kernel modules using llvm: Defer type evaluation in clang?
Hi, First of all, I didn't study on compiler too much, I'm a Linux kernel developer, Now I have one idea about compile kernel module by using llvm framework. In Linux world, traditionally compile Linux kernel module only have one way: compile it to machine code directly, deploy to target machine, then run it in target machine. This have some problem from long term view, especially