search for: 1019784

Displaying 1 result from an estimated 1 matches for "1019784".

Did you mean: 1019781
2011 Dec 06
3
[LLVMdev] Extend llvm to fix global addresses
Hi all It would be nice to add support for placing globals at fixed addresses in memory. For example, low level driver code tends to contain things like this *(int*)0x00001000 which is horrible. Alternatively people are using linker scripts and assembly hacks to put symbols at fixed addresses. I propose we add first class support to this in the compiler. Like addrspace(#) we should have