Skip to content

Commit 58a39a6

Browse files
committed
Added reference to paper
Signed-off-by: Stefan Marr <[email protected]>
1 parent db0001e commit 58a39a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ For the detailed set of rules see [the guidelines](docs/guidelines.md) document.
3333
For a description of the set of common language abstractions see [the *core*
3434
language](docs/core-language.md) document.
3535

36+
The initial publication describing the project is [Cross-Language Compiler
37+
Benchmarking: Are We Fast Yet?][3] and can be cited as follows:
38+
39+
> Stefan Marr, Benoit Daloze, Hanspeter Mössenböck. 2016.
40+
> [Cross-Language Compiler Benchmarking: Are We Fast Yet?][4]
41+
> In Proceedings of the 12th Symposium on Dynamic Languages (DLS '16). ACM.
42+
3643
##### Disclaimer: This is an Academic Project to Facilitate Research on Languages
3744

3845
To facilitate research, the goal of this project is specifically to assess the
@@ -205,6 +212,8 @@ benchmarks.
205212

206213
[1]: https://github.com/smarr/SOMns
207214
[2]: http://www.newspeaklanguage.org/
215+
[3]: http://stefan-marr.de/papers/dls-marr-et-al-cross-language-compiler-benchmarking-are-we-fast-yet/
216+
[4]: http://stefan-marr.de/downloads/dls16-marr-et-al-cross-language-compiler-benchmarking-are-we-fast-yet.pdf
208217

209218
[CD]: https://www.cs.purdue.edu/sss/projects/cdx/
210219
[CDjs]: https://github.com/WebKit/webkit/tree/master/PerformanceTests/JetStream/cdjs

0 commit comments

Comments
 (0)