Skip to content

Commit 1577332

Browse files
authored
Fix URLs of CD and CDjs (#101)
2 parents ec02893 + 69fd240 commit 1577332

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -314,34 +314,34 @@ benchmarks.
314314
[5]: https://2016.splashcon.org/event/splash-2016-oopsla-efficient-and-thread-safe-objects-for-dynamically-typed-languages
315315
[6]: https://stefan-marr.de/downloads/manlang17-grimmer-et-al-applying-optimizations-for-dynamically-typed-languages-to-java.pdf
316316
[7]: https://stefan-marr.de/downloads/dls17-pimas-et-al-garbage-collection-and-efficiency-in-dynamic-metacircular-runtimes.pdf
317-
[8]: http://stefan-marr.de/downloads/tse18-chari-et-al-fully-reflective-execution-environments.pdf
318-
[9]: http://stefan-marr.de/downloads/manlang18-aumayr-et-al-efficient-and-deterministic-record-and-replay-for-actor-languages.pdf
319-
[10]: http://stefan-marr.de/downloads/oopsla18-daloze-et-al-parallelization-of-dynamic-languages-synchronizing-built-in-collections.pdf
320-
[11]: http://stefan-marr.de/downloads/grace18-marr-et-al-newspeak-and-truffle-a-platform-for-grace.pdf
321-
[12]: https://pure.tudelft.nl/portal/en/publications/specializing-a-metainterpreter(bc672ab9-d2bb-42d9-b67f-3f051868e3d7).html
317+
[8]: https://stefan-marr.de/downloads/tse18-chari-et-al-fully-reflective-execution-environments.pdf
318+
[9]: https://stefan-marr.de/downloads/manlang18-aumayr-et-al-efficient-and-deterministic-record-and-replay-for-actor-languages.pdf
319+
[10]: https://stefan-marr.de/downloads/oopsla18-daloze-et-al-parallelization-of-dynamic-languages-synchronizing-built-in-collections.pdf
320+
[11]: https://stefan-marr.de/downloads/grace18-marr-et-al-newspeak-and-truffle-a-platform-for-grace.pdf
321+
[12]: https://doi.org/10.1145/3237009.3237018
322322
[13]: https://github.com/densh/talks/blob/master/2018-06-16-interflow-preprint-v1.pdf
323-
[14]: http://janvitek.org/pubs/dls18.pdf
323+
[14]: https://janvitek.org/pubs/dls18.pdf
324324
[15]: https://fniephaus.com/2019/mplr19-graalsqueak.pdf
325-
[16]: http://janvitek.org/pubs/oopsla20-cd.pdf
326-
[17]: http://www.inf.puc-rio.br/~hgualandi/papers/Gualandi-2022-SCP.pdf
325+
[16]: https://janvitek.org/pubs/oopsla20-cd.pdf
326+
[17]: https://doi.org/10.1016/j.cola.2022.101151
327327
[18]: https://www.jstage.jst.go.jp/article/ipsjjip/30/0/30_679/_pdf
328-
[19]: https://dl.acm.org/doi/abs/10.1145/3591244
328+
[19]: https://doi.org/10.1145/3591244
329329
[20]: https://dspace.cvut.cz/bitstream/handle/10467/109352/F8-BP-2023-Riha-Filip-thesis.pdf
330330
[21]: https://stefan-marr.de/downloads/dls22-kaleba-et-al-analyzing-the-run-time-call-site-behavior-of-ruby-applications.pdf
331-
[22]: https://dl.acm.org/doi/10.1145/3459898.3463903
331+
[22]: https://doi.org/10.1145/3459898.3463903
332332
[23]: https://prg.is.titech.ac.jp/wp-content/uploads/2023/03/izawa-phd-dissertation.pdf
333333
[24]: https://stefan-marr.de/downloads/vmil22-ugawa-et-al-profile-guided-offline-optimization-of-hidden-class-graphs.pdf
334334
[25]: https://stefan-marr.de/downloads/acmsac23-huang-et-al-optimizing-the-order-of-bytecode-handlers-in-interpreters-using-a-genetic-algorithm.pdf
335335
[26]: https://drops.dagstuhl.de/opus/volltexte/2019/10796/pdf/LIPIcs-ECOOP-2019-4.pdf
336-
[27]: http://www.jot.fm/issues/issue_2022_02/article2.pdf
336+
[27]: https://www.jot.fm/issues/issue_2022_02/article2.pdf
337337
[28]: https://github.com/smarr/are-we-fast-yet/blob/master/CITATION.bib
338338

339-
[CD]: https://www.cs.purdue.edu/sss/projects/cdx/
340-
[CDjs]: https://github.com/WebKit/webkit/tree/master/PerformanceTests/JetStream/cdjs
339+
[CD]: https://sss.cs.purdue.edu/projects/cdx/
340+
[CDjs]: https://github.com/WebKit/webkit/tree/main/PerformanceTests/JetStream/cdjs
341341
[DeltaBlue]: http://www.wolczko.com/java_benchmarking.html
342342
[Havlak]: https://days2011.scala-lang.org/sites/days2011/files/ws3-1-Hundt.pdf
343343
[Json]: https://github.com/ralfstx/minimal-json
344-
[Richards]: http://www.cl.cam.ac.uk/~mr10/Bench.html
345-
[SOM]: http://som-st.github.io/
344+
[Richards]: https://www.cl.cam.ac.uk/~mr10/Bench.html
345+
[SOM]: https://som-st.github.io/
346346
[CLBG]: https://benchmarksgame-team.pages.debian.net/benchmarksgame/
347-
[Crystal]: http://crystal-lang.org/
347+
[Crystal]: https://crystal-lang.org/

0 commit comments

Comments
 (0)