Displaying 2 results from an estimated 2 matches for "scroodling".
Did you mean:
scrolling
2011 Aug 11
1
[LLVMdev] type system rewrite terminology
...gt;
> Unnamed vs. Anonymous... yeesh. Plus: "named structures with no names" is almost pure word salad. I mean, I get that identifiers in LLVM come in "named" and "unnamed" flavors. Still, to someone coming into LLVM for the first time, this will be pretty brain-scroodling. I haven't looked at the trunk branch to see what you actually wrote, but I sure hope you settled on something more coherent. If it's just a matter of tweaking the documentation, then here's what I would propose:
>
> - "Named" structure type variables, e.g. %struct.f...
2011 Jul 18
4
[LLVMdev] questions about the type system rewrite
Hi,
Question 1: Will the new type system allow to incrementally build structs (instead
of filling all the fields in one go, as in the example given in
<http://nondot.org/sabre/LLVMNotes/TypeSystemRewrite.txt>?
Question 2: Will the ocaml bindings to be updated to work with the new type system
once the merging of the rewrite to the main branch is done?
Thanks very much,
N