search for: ifoo

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

Did you mean: foo
2018 Nov 29
2
DIFile filenames containing directories
I noticed that clang produces DIFiles that look like DIFile(filename: "src/test.c", directory: "/path/to/pwd") at first I thought this must be a bug, but this could also be a space-saving optimization to unique the redundant $PWD prefix of all paths. Is this a bug or a feature? -- adrian
2018 Nov 29
2
DIFile filenames containing directories
...ce- > > saving optimization to unique the redundant $PWD prefix of all paths. > > > > Is this a bug or a feature? > > Based on extremely quick experiments, I think it's simple-minded and > not purposely factoring out common prefixes; directories are just PWD > and -Ifoo, and filenames are the rest of the path, whether it comes > from the command line or an #include directive. > > Interestingly, I get different .debug_line sections depending on > compiling straight to object versus compiling to assembler and then > assembling. When we compile to obj...
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths