|
From: Julian S. <js...@ac...> - 2004-09-02 17:37:30
|
This is great! It's the first example I've seen of using diff to convert a picture of a cube into a picture of a 4-D hypercube. Most ingenious. :-J > - (tool_arch_asm.h?) <------- core_arch_asm.h > + > + (include/x86/tool_arch_asm.h?) <----- coregrind/x86/core_arch_asm.h > ^ ^ ^ ^ > / \ / \ > / \ / \ > - tool_asm.h <---\---------- core_asm.h \ > + / \ / \ > + include/tool_asm.h <-\---- coregrind/core_asm.h \ > ^ \ ^ \ > - \ tool_arch.h <---------\---- core_arch.h > + \ include/x86/tool_arch.h <--------coregrind/x86/core_arch.h > \ ^ \ ^ > \ / \ / > \ / \ / > - tool.h <------------------ core.h > + \ / \ / > + include/tool.h <------------ coregrind/core.h |