Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #3229
| From | Alain Ketterlin <alain@universite-de-strasbourg.fr> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: Is This a Dumb Idea? paralellizing byte codes |
| Date | 2022-10-23 21:29 +0200 |
| Organization | Université de Strasbourg |
| Message-ID | <22-10-059@comp.compilers> (permalink) |
| References | <22-10-046@comp.compilers> <22-10-048@comp.compilers> <22-10-056@comp.compilers> |
anton@mips.complang.tuwien.ac.at (Anton Ertl) writes: > Alain Ketterlin <alain@universite-de-strasbourg.fr> writes: >>I've heard/read several times that byte-code micro-optimizations are not >>worth the trouble. > > Apart from the paper below, which is discussed below, what else? This is not directly related to the paper I mention later. I was talking about optimizing bytecode vs. compiler optimizations. I know of no interpreter doing elaborate static byte-code optimization. >>https://ieeexplore.ieee.org/document/7054191 > On that I can only say: Not all research papers are trustworthy. > Catchy titles may be a warning signal. > > I did my own measurements on a Haswell (the same CPU they used in the > paper) and published them in > <2015Sep7.142507@mips.complang.tuwien.ac.at> > (<http://al.howardknight.net/?ID=158702747000> for those of you who > don't know what to do with Message-IDs). [...] > |Why are the results here different from those in the paper? > |1) Different Interpreter 2) different benchmarks. I'm glad it works for you. For the record: they consider interpreters for Python, Javascript and CLI, on a fairly broad set of benchmarks. And they also evaluate (through simulation) branch-predictors that may (or may not) be included in more recent architectures. -- Alain.
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
Is This a Dumb Idea? paralellizing byte codes Jon Forrest <nobozo@gmail.com> - 2022-10-22 11:00 -0700
Re: Is This a Dumb Idea? paralellizing byte codes Alain Ketterlin <alain@universite-de-strasbourg.fr> - 2022-10-22 23:50 +0200
Re: Is This a Dumb Idea? paralellizing byte codes anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-10-23 13:16 +0000
Re: Is This a Dumb Idea? paralellizing byte codes Alain Ketterlin <alain@universite-de-strasbourg.fr> - 2022-10-23 21:29 +0200
Re: Is This a Dumb Idea? paralellizing byte codes anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-10-28 17:06 +0000
Re: Is This a Dumb Idea? paralellizing byte codes Hans-Peter Diettrich <DrDiettrich1@netscape.net> - 2022-10-23 02:21 +0200
Re: Is This a Dumb Idea? paralellizing byte codes gah4 <gah4@u.washington.edu> - 2022-10-22 23:50 -0700
Parallelizing byte codes Christopher F Clark <christopher.f.clark@compiler-resources.com> - 2022-10-23 10:17 +0300
Re: Is This a Dumb Idea? paralellizing byte codes anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-10-23 12:33 +0000
Re: Is This a Dumb Idea? paralellizing byte codes gah4 <gah4@u.washington.edu> - 2022-10-26 18:18 -0700
Re: Is This a Dumb Idea? paralellizing byte codes Kaz Kylheku <864-117-4973@kylheku.com> - 2022-10-27 14:51 +0000
Re: Is This a Dumb Idea? paralellizing byte codes anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-10-29 09:06 +0000
csiph-web