search for: memrange

Displaying 4 results from an estimated 4 matches for "memrange".

2008 Feb 04
0
[LLVMdev] Exception handling in JIT
...-315,6 +338,24 @@ > > // Finally, remove this entry from FunctionBlocks. > FunctionBlocks.erase(I); > + > + I = TableBlocks.find(F); > + if (I == TableBlocks.end()) return; > + > + // Find the block that is allocated for this function. > + MemRange = I->second; > + assert(MemRange->ThisAllocated && "Block isn't allocated!"); > + > + // Fill the buffer with garbage! > +#ifndef NDEBUG > + memset(MemRange+1, 0xCD, MemRange->BlockSize- > sizeof(*MemRange)); > +#endif > + >...
2008 Feb 01
2
[LLVMdev] Exception handling in JIT
Dear all, Here's a new patch with Evan's comments (thx Evan!) and some cleanups. Now the (duplicated) exception handling code is in a new file: lib/ExecutionEngine/JIT/JITDwarfEmitter. This patch should work on linux/x86 and linux/ppc (tested). Nicolas -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: jit-exceptions.patch URL:
2003 Jul 14
0
Problem with "make buildworld"
...c/usr.bin cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin gzip -cn /usr/src/usr.bin/kdump/kdump.1 > kdump.1.gz cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin In file included from ioctl.c:95: /usr/obj/usr/src/i386/usr/include/sys/memrange.h:19: warning: `MDF_ACTIVE' redef /usr/src/usr.bin/kdump/../../pccard/cardinfo.h:115: warning: this is the locatio In file included from ioctl.c:107: /usr/obj/usr/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redef /usr/obj/usr/src/i386/usr/include/sys/cdrio.h:88: warning: t...
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
...ch file or directo ry^M In file included from :67:^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/isa/pcvt/pcvt_hdr.h:259: #error "Supported keyboard scancode set s are 1 and 2 only (for now)!!!"^M In file included from :102:^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/sys/memrange.h:19: warning: `MDF_ACTIVE' redefined^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/pccard/cardinfo.h:115: warning: this is the location of the previous definition^M In file included from :114:^M /usr/obj/usr/src/i386/usr/include/dev/firewire/@/sys/wormio.h:102: warning: `CDRIOCBLANK'...