Displaying 3 results from an estimated 3 matches for "tp30103380p30103564".
2010 Nov 01
0
[LLVMdev] Symbol table for complex data structure
...ng the AST node might be a good idea, I was duplicating the
information by copying the declaration line, type, etc. as the symbol table
entry. This is the point where I got confused in complex data type.
--
View this message in context: http://old.nabble.com/Symbol-table-for-complex-data-structure-tp30103380p30103564.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Nov 01
2
[LLVMdev] Symbol table for complex data structure
Hi,
[Apologies, forgot to reply to list]
No, it's not LLVM specific, but I'll have a go at answering anyway.
The symbol table (in an AST, I assume?) deals with *symbols*. Assuming
your complex datatype is called a "struct" for simplicity's sake, your
symbol table would normally just store the struct's name, along with its
AST node.
Unless you want specific handling
2010 Nov 01
1
[LLVMdev] Symbol table for complex data structure
...d idea, I was duplicating
the
> information by copying the declaration line, type, etc. as the symbol
> table
> entry. This is the point where I got confused in complex data type.
> --
> View this message in context: http://old.nabble.com/Symbol-table-for-
> complex-data-structure-tp30103380p30103564.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
IMPORTANT NOTICE...