initial commit

This commit is contained in:
myo
2026-05-27 18:04:47 +02:00
commit 575c6ec470
15 changed files with 165 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
@inproceedings{shaikhha_array_dps_2017,
author = {Shaikhha, Amir and Fitzgibbon, Andrew and Peyton Jones, Simon and Vytiniotis, Dimitrios},
title = {Destination-passing style for efficient memory management},
year = {2017},
isbn = {9781450351812},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3122948.3122949},
doi = {10.1145/3122948.3122949},
abstract = {We show how to compile high-level functional array-processing programs, drawn from image processing and machine learning, into C code that runs as fast as hand-written C. The key idea is to transform the program to destination-passing style, which in turn enables a highly-efficient stack-like memory allocation discipline.},
booktitle = {Proceedings of the 6th ACM SIGPLAN International Workshop on Functional High-Performance Computing},
pages = {1223},
numpages = {12},
keywords = {Array Programming, Destination-Passing Style},
location = {Oxford, UK},
series = {FHPC 2017}
}