summaryrefslogtreecommitdiff
path: root/bibliography.bib
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-09-14 13:51:26 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-09-14 13:51:26 +0200
commitcd1bc72a32b48872a16f674de4d6dffcc925140d (patch)
treed259ca2306bd01b32e6813109afdfb30365ff910 /bibliography.bib
parent8d79ce686db1ed1fafc3983ed724b7e195fa7f85 (diff)
bibliography: add Lambda Paper, HW GC, Loko and Guix + formatting
Diffstat (limited to 'bibliography.bib')
-rw-r--r--bibliography.bib74
1 files changed, 61 insertions, 13 deletions
diff --git a/bibliography.bib b/bibliography.bib
index c8c17ed..92868b0 100644
--- a/bibliography.bib
+++ b/bibliography.bib
@@ -25,19 +25,40 @@
}
@inproceedings{ MIMOSA:Yvon,
- author = {Samuel Yvon and Marc Feeley},
- editor = {Baptiste Saleil and Michael D. Adams},
- title = {Running Scheme On Bare Metal (Experience Report)},
- booktitle = {Proceedings of the 2020 Scheme and Functional Programming Workshop,
- Online, Virtual Event, August 20-28, 2020},
- series = {{CSE} Technical Reports},
- volume = {{CSE-TR-001-21}},
- pages = {51--65},
- publisher = {University of Michigan},
- year = {2020},
- timestamp = {Tue, 15 Feb 2022 12:32:42 +0100},
- biburl = {https://dblp.org/rec/conf/icfp/YvonF20.bib},
- bibsource = {dblp computer science bibliography, https://dblp.org}
+ author = {Samuel Yvon and Marc Feeley},
+ editor = {Baptiste Saleil and Michael D. Adams},
+ title = {Running Scheme On Bare Metal (Experience Report)},
+ booktitle = {Proceedings of the 2020 Scheme and Functional Programming
+ Workshop, Online, Virtual Event, August 20-28, 2020},
+ series = {{CSE} Technical Reports},
+ volume = {{CSE-TR-001-21}},
+ pages = {51--65},
+ publisher = {University of Michigan},
+ year = {2020},
+ timestamp = {Tue, 15 Feb 2022 12:32:42 +0100},
+ biburl = {https://dblp.org/rec/conf/icfp/YvonF20.bib},
+ bibsource = {dblp computer science bibliography, https://dblp.org}
+}
+@misc{ Loko:Weinholt,
+ title = {Loko Scheme},
+ author = {Gwen Weinholt},
+ year = 2019,
+ note = {Accessed: 2024-09-14},
+ howpublished = {\url{https://scheme.fail/}}
+}
+
+@article{Guix:Courtes,
+ author = {Ludovic Court{\`{e}}s},
+ title = {Functional Package Management with Guix},
+ journal = {CoRR},
+ volume = {abs/1305.4584},
+ year = {2013},
+ url = {http://arxiv.org/abs/1305.4584},
+ eprinttype = {arXiv},
+ eprint = {1305.4584},
+ timestamp = {Mon, 13 Aug 2018 16:47:42 +0200},
+ biburl = {https://dblp.org/rec/journals/corr/abs-1305-4584.bib},
+ bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{ContinuationsConcurrency:Hieb,
@@ -201,6 +222,17 @@
numpages = {2}
}
+@TechReport{ Lambda:Steele,
+ author = {Steele, Guy Lewis, Jr. and Sussman, Gerald Jay},
+ title = {Design of LISP-based Processors, or SCHEME: A Dielectric LISP, or
+ Finite Memories Considered Harmful, or LAMBDA: The Ultimate Opcode},
+ year = 1979,
+ month = mar,
+ url = {http://hdl.handle.net/1721.1/5731},
+ institution = {Massachusetts Institute of Technology, Artificial
+ Intelligence Laboratory},
+ number = {AIM-514}
+}
% Computers
@@ -407,3 +439,19 @@
doi = {10.48456/tr-81},
number = {UCAM-CL-TR-81}
}
+
+
+@inproceedings{ HWAssistedGC:Maas,
+ author={Maas, Martin and Asanović, Krste and Kubiatowicz, John},
+ booktitle={2018 ACM/IEEE 45th Annual International Symposium on Computer
+ Architecture (ISCA)},
+ title={A Hardware Accelerator for Tracing Garbage Collection},
+ year={2018},
+ volume={},
+ number={},
+ pages={138-151},
+ keywords={Hardware;Data centers;Prototypes;Java;Benchmark
+ testing;Throughput;Memory management;hardware accelerators;garbage
+ collection;SoCs;language runtime systems;memory management},
+ doi={10.1109/ISCA.2018.00022}
+}