search for: get_mems

Displaying 3 results from an estimated 3 matches for "get_mems".

Did you mean: get_mem
2007 Aug 07
3
[LLVMdev] Un-inlining functions?
Hi, This is really more a general compiler question, not so specific to LLVM. Given a set of pre-defined "primitive" functions, is there a way to un-inline function calls out of a function? (This is different from "extracting" functions because you are not allowed to create a new function, but only to use existing functions in the pool. These "primitive" functions
2007 Aug 07
0
[LLVMdev] Un-inlining functions?
I found a book on this (http://www.amazon.com/Automatic-Algorithm- Recognition-Replacement-Optimization/dp/0262133687) on Amazon. Last I heard this was considered an intractable problem in the general case... but ad hoc solutions for specific functions (like memcpy) are possible. That book looks fairly promising. On Aug 7, 2007, at 10:32 AM, Nikhil A. Patil wrote: > Hi, > > This is
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
When you add "quiet" to the append line, Syslinux doesn't display the file reading progress anymore. When you use this option to boot an image with MEMDISK, you still get a lot of text. ========================== LABEL mydisk LINUX memdisk INITRD mydisk.img APPEND raw quiet ========================== The following patch makes MEMDISK silent when the quiet keyword is passed to the