From edd at theunixzoo.co.uk Fri Dec 15 12:58:35 2017 From: edd at theunixzoo.co.uk (Edd Barrett) Date: Fri, 15 Dec 2017 17:58:35 +0000 Subject: [Speed] [MoreVMs'18] Call for Papers Message-ID: <20171215175835.GI37272@wilfred.home> Hi all, This may be of interest to the list. Please consider contributing. ============================================================================ Call for Papers: MoreVMs'18 2nd Workshop on Modern Language Runtimes, and Ecosystems Co-located with '18 April 9th, 2018, Nice, France https://2018.programming-conference.org/track/MoreVMs-2018 ============================================================================ The MoreVMs'18 workshop aims to bring together industrial and academic programmers to discuss the design, implementation, and usage of modern languages and runtimes. This includes aspects such as reuse of language runtimes, modular implementation, language design and compilation strategies. The workshop aims to enable a diverse discussion on how languages and runtimes are currently being utilized, and where they need to improve further. We welcome presentation proposals in the form of extended abstracts discussing experiences, work-in-progress, as well as future visions, from either an academic or industrial perspective. Relevant topics include, but are definitely not limited to, the following: - Extensible VM design (compiler- or interpreter-based VMs) - Reusable components (e.g. interpreters, garbage collectors, ...) - Static and dynamic compilation techniques - Techniques for targeting high-level languages such as JavaScript - Interoperability between languages - Tooling support (e.g. debugging, profiling, etc.) - Programming language development environments - Case studies of existing language implementation approaches - Language implementation challenges and trade-offs - Surveys and usage reports to understand usage in the wild - Ideas for more predictable performance - Ideas for how VMs could take advantage of new hardware features - Ideas for how we should build languages in the future Workshop Format and Submissions ------------------------------- Submissions should use the ACM Conference acmart Format with the ?sigconf? option with a font size of 10 point and the font family Times New Roman. All submissions should be in PDF format. If you use LaTeX or Word, please use the provided ACM acmart templates. Otherwise, please follow the ACM author instructions. https://www.acm.org/publications/proceedings-template If you are formatting your paper using LaTeX, you will need to set the 10pt option in the \documentclass command. If you are formatting your paper using Word, you may wish to use the provided Word template that supports this font size. Please include page numbers in your submission for review using the LaTeX command \settopmatter{printfolios=true} (see examples in template). Please also ensure that your submission is legible when printed on a black and white printer. In particular, please check that colors remain distinct and font sizes are legible. Submission details will be on: https://2018.programming-conference.org/track/MoreVMs-2018 Important Dates --------------- Extended abstract submission: 2018-01-26 Author notification: 2018-02-23 Workshop: 2018-04-09 All deadlines are Anywhere on Earth (AoE), i.e. GMT/UTC-12:00 hour. Program Committee ----------------- Cl?ment Bera, Inria Lille Nord Europe, France Maxime Chevalier-Boisvert, University of Montreal, Canada S?bastien Doeraene, EPFL, Switzerland Johan Fabry, Raincode Labs, Belgium Juliana Franco, Imperial College London, United Kingdom Tobias Grosser, ETH Zurich, Switzerland Ben L. Titzer, Google, Germany Niko Matsakis, Mozilla Research, United States Armin Rigo, PyPy, Switzerland Maoni Stephens, Microsoft, United States Ga?l Thomas, Telecom SudParis, France Mario Wolczko, Oracle Labs, United States Workshop Organizers ------------------- Edd Barrett, King's College London, United Kingdom Adam Welc, Uber Technologies, United States Stefan Marr, University of Kent, United Kingdom -- Best Regards Edd Barrett http://www.theunixzoo.co.uk From victor.stinner at gmail.com Mon Dec 18 10:00:08 2017 From: victor.stinner at gmail.com (Victor Stinner) Date: Mon, 18 Dec 2017 16:00:08 +0100 Subject: [Speed] No cronjob yet at speed.python.org Message-ID: Hi, FYI there is still no cronjob at speed.python.org to run the benchmark one per week. I run the script manually, so don't be surprised if sometimes there are holes of 3 months or longer :-) We can easily fill these holes, someone just had to pick the right Git commit number and run the benchmark on this commit. FYI I just ran benchmarks, I let you analyze new results at: https://speed.python.org/ Sadly, it's only CPython. No PyPy, MicroPython, Pyston nor Pyjion yet. Maciej Fijalkowski contacted me privately to ask me how to tune pyperformace for PyPy. So maybe one day we will get results on PyPy? ;-) Victor From solipsis at pitrou.net Wed Dec 20 14:09:18 2017 From: solipsis at pitrou.net (Antoine Pitrou) Date: Wed, 20 Dec 2017 20:09:18 +0100 Subject: [Speed] No cronjob yet at speed.python.org References: Message-ID: <20171220200918.4c233b98@fsol> On Mon, 18 Dec 2017 16:00:08 +0100 Victor Stinner wrote: > Hi, > > FYI there is still no cronjob at speed.python.org to run the benchmark > one per week. I run the script manually, so don't be surprised if > sometimes there are holes of 3 months or longer :-) We can easily fill > these holes, someone just had to pick the right Git commit number and > run the benchmark on this commit. > > FYI I just ran benchmarks, I let you analyze new results at: > > https://speed.python.org/ What's the status on Broadwell-EP? Apparently it never produced any results? Regards Antoine. From victor.stinner at gmail.com Wed Dec 20 16:06:00 2017 From: victor.stinner at gmail.com (Victor Stinner) Date: Wed, 20 Dec 2017 22:06:00 +0100 Subject: [Speed] No cronjob yet at speed.python.org In-Reply-To: <20171220200918.4c233b98@fsol> References: <20171220200918.4c233b98@fsol> Message-ID: I was in touch with Intel who asked me to add a "Broadwell-EP" config, but they never published any result. Victor 2017-12-20 20:09 GMT+01:00 Antoine Pitrou : > On Mon, 18 Dec 2017 16:00:08 +0100 > Victor Stinner > wrote: >> Hi, >> >> FYI there is still no cronjob at speed.python.org to run the benchmark >> one per week. I run the script manually, so don't be surprised if >> sometimes there are holes of 3 months or longer :-) We can easily fill >> these holes, someone just had to pick the right Git commit number and >> run the benchmark on this commit. >> >> FYI I just ran benchmarks, I let you analyze new results at: >> >> https://speed.python.org/ > > What's the status on Broadwell-EP? Apparently it never produced any > results? > > Regards > > Antoine. > > > _______________________________________________ > Speed mailing list > Speed at python.org > https://mail.python.org/mailman/listinfo/speed