Displaying 2 results from an estimated 2 matches for "b0a6224a".
2004 Nov 18
0
[LLVMdev] Re: questions about LLVM
Shuo Chen wrote:
>Prof. Adve,
>
>The idea is to develop a memory model where each byte is extended with
>3 extra bits. Programs are running on this memory model.
>Load/store instructions, including those in LibC functions,
>needs to deal with the extra bits in a certain manner. Basically, my
>questions are:
>(1) Is it feasible to implement the memory model where each
2004 Nov 17
2
[LLVMdev] Re: questions about LLVM
Prof. Adve,
The idea is to develop a memory model where each byte is extended with
3 extra bits. Programs are running on this memory model.
Load/store instructions, including those in LibC functions,
needs to deal with the extra bits in a certain manner. Basically, my
questions are:
(1) Is it feasible to implement the memory model where each byte is
extended with 3 extra bit?
(2) Is there a