Displaying 3 results from an estimated 3 matches for "d008124d".
2013 Apr 29
0
[LLVMdev] A new mechanism to compiler kernel modules using llvm: Defer type evaluation in clang?
On Mon, Apr 29, 2013 at 9:21 PM, Joshua Cranmer 🐧 <Pidgeot18 at gmail.com> wrote:
> On 4/29/2013 7:32 AM, Jovi Zhang wrote:
>>
>> The case I really want to solve is some kernel change cause ko must need
>> to recompile, like data structure field offset changed in new kernel, this
>> will make offset mismatch between new kernel and old ko. This is the reason
2013 Apr 29
2
[LLVMdev] A new mechanism to compiler kernel modules using llvm: Defer type evaluation in clang?
On 4/29/2013 7:32 AM, Jovi Zhang wrote:
> The case I really want to solve is some kernel change cause ko must
> need to recompile, like data structure field offset changed in new
> kernel, this will make offset mismatch between new kernel and old ko.
> This is the reason why I want to delay type structure evaluation into
> install time in Clang, In theory, ko compiled now could
2013 Apr 29
2
[LLVMdev] A new mechanism to compiler kernel modules using llvm: Defer type evaluation in clang?
...module, just without the
comments and less resilient to kernel changes than the original source.
--
Joshua Cranmer
News submodule owner
DXR coauthor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130429/d008124d/attachment.html>