Displaying 4 results from an estimated 4 matches for "spec2.3".
Did you mean:
spec2
2010 Mar 30
3
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
On Mar 30, 2010, at 10:31 AM, 琬菁楊 wrote:
> What do you mean by "variable sized pointers"? What does:
>
> struct S {void *X; };
>
> return for sizeof(struct S); ?
>
> I have surveyed the UEFI spec2.3.
> In my opinion, if the EBC VM is running on 32-bit processor, return value is 4
> if the EBC VM is running on 64-bit processor, return value is 8
>
>
2010 Mar 30
0
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
2010/3/20 Louis Gerbarg <lgerbarg at gmail.com>
> On Fri, Mar 19, 2010 at 3:47 PM, Chris Lattner <clattner at apple.com> wrote:
>
>>
>> On Mar 19, 2010, at 11:08 AM, 琬菁楊 wrote:
>>
>>
>> Hello Tristan and all,
>>
>> I have already know that if I want to do this feature(c -> EFI Byte code)
>> for GCC
>> I should further
2010 Mar 19
5
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
On Fri, Mar 19, 2010 at 3:47 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Mar 19, 2010, at 11:08 AM, 琬菁楊 wrote:
>
>
> Hello Tristan and all,
>
> I have already know that if I want to do this feature(c -> EFI Byte code)
> for GCC
> I should further modify the GCC front end(parser) to solve the problem (the
> size
> of pointer is determined at
2010 Mar 31
0
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
On Mar 30, 2010, at 8:23 PM, Chris Lattner wrote:
>
> On Mar 30, 2010, at 10:31 AM, 琬菁楊 wrote:
>
>> What do you mean by "variable sized pointers"? What does:
>>
>> struct S {void *X; };
>>
>> return for sizeof(struct S); ?
>>
>> I have surveyed the UEFI spec2.3.
>> In my opinion, if the EBC VM is running on 32-bit