search for: dynamicall

Displaying 5 results from an estimated 5 matches for "dynamicall".

Did you mean: dynamically
2008 Apr 02
0
[LLVMdev] Newbie
...ype of object in the LLVM IR. To create the in-memory IR, you simply create a new object of the correct class. For example, to create a new function, you simply create a new Function object (i.e. Function * f = new Function (...)). > > 3 We want to generate directly the in-memory IR and dynamicall call > the LLVM code > generator on a chunk of code that has been decompiled, not a > complete program. > / /Is this possible ? Is it worthwile in terms of performance ? This should be possible using the JIT libraries included with LLVM. I have not used these extensively...
2008 Apr 01
5
[LLVMdev] Newbie
...Do you know if it has been done before.<br> <br> 2. There is an in-memory representation for LLVM. Where shall we look in the<br> documentation about it to understand how to generate it properly ?<br> <br> 3 We want to generate directly the in-memory IR and dynamicall call the LLVM code<br> generator on a chunk of code that has been decompiled, not a complete program.<br> <i> </i>Is this possible ? Is it worthwile in terms of performance ?<br> <br> <br> Sincerely,<br> -- Vania<br> <div class=&q...
2008 Sep 25
1
Missing /dev/auditpipe
Hello, Running RELENG_7 (and HEAD too), and I can't find the auditpipe device. Is there anything which should be set in order to make it useable? auditd runs and logs to /var/audit, which I can read with praudit. Thanks,
2008 Apr 05
0
[LLVMdev] Newbie
...to equivalent LLVM IR and did not have to worry about the actual translation from machine code to qemu IR. Going directly from machine code to LLVM IR certainly requires more effort. Which architectures are you interested in particularly? > 3 We want to generate directly the in-memory IR and dynamicall call the > LLVM code > generator on a chunk of code that has been decompiled, not a complete > program. > * *Is this possible ? Is it worthwile in terms of performance ? > Yes, that's perfectly possible and that's what llvm-qemu does too (translation is performed...
2009 Feb 25
9
local variables in partials lead to NameError
I know I must be doing something dumb, but I can''t seem to send a local variable to my partial. The below code leads to the following error: NameError in Residential_listings#new undefined local variable or method `foo'' for #<ActionView::Base: 0x3fb53f8> I am trying to call the variable ''foo'' in a partial called _attachment.html.erb, which is nested in