search for: machinewords

Displaying 3 results from an estimated 3 matches for "machinewords".

2011 Jun 19
0
[LLVMdev] Closing in on an initial release of Tart
.../groups.google.com/group/tart-dev Introduction document: http://docs.tart.googlecode.com/hg/intro/index.html "Taste of tart", an even shorter introduction: http://code.google.com/p/tart/wiki/TasteOfTart Generated API docs: http://docs.tart.googlecode.com/hg/api/index.html Blog: http://machinewords.blogspot.com I'm open to any suggestions, ideas, patches, or discussion - please join the tart-dev list if you are interested. (Let's be courteous to the LLVM developers and not clutter up the llvm-dev mailing list with long discussions please.) -- -- Talin -------------- next part -----...
2009 Dec 21
0
[LLVMdev] Status of first-class aggregate types
On Dec 20, 2009, at 10:27 AM, Talin wrote: > I'd pass them by value if they are small but by reference if they are large. Passing large tuples by value isn't going to provide a win. > > OK, thanks for that confirmation, now I can proceed ahead with less trepidation. :) > > For large aggregates (well, not huge, but the size of a typical structure or class), do you
2009 Dec 20
2
[LLVMdev] Status of first-class aggregate types
On Sun, Dec 20, 2009 at 9:50 AM, Chris Lattner <clattner at apple.com> wrote: > > On Dec 20, 2009, at 12:27 AM, Talin wrote: > > What's the current status on support for first-class structs? The last I > heard was: > > - Structs which are smaller or equal to two pointers can be passed / > returned / loaded / stored by value. > - There are plans to