User loginNavigation |
Automatic data structure / layout selection?I'm looking for any research on compilers which automatically select different data layouts or structures in order to improve efficiency. For example, changing an array of structures to a structure of arrays to make it easier to use vector operations. However I don't just mean selecting one data layout and using it throughout the program but converting between different layouts at appropriate points such as a sequence which could be implemented as a linked list or an array depending on which operations were being performed on it. I also wonder if something like this could be integrated with a copying garbage collector. By George Morrison at 2009-03-23 17:56 | LtU Forum | previous forum topic | next forum topic | other blogs | 4517 reads
|
Browse archivesActive forum topics |
Recent comments
6 weeks 6 days ago
7 weeks 1 day ago
7 weeks 2 days ago
14 weeks 2 days ago
20 weeks 15 hours ago
20 weeks 1 day ago
21 weeks 16 hours ago
23 weeks 6 days ago
25 weeks 1 day ago
25 weeks 2 days ago