Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #30302

Re: A few problems with looping thru a set of elements withthesame"name" specifier.

From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups comp.lang.javascript
Subject Re: A few problems with looping thru a set of elements withthesame"name" specifier.
Date 2016-04-19 20:08 +0200
Organization PointedEars Software (PES)
Message-ID <3466957.kpxC0DqEs7@PointedEars.de> (permalink)
References (3 earlier) <nf36i5$an2$1@news.albasani.net> <57152723$0$5866$e4fe514c@news.xs4all.nl> <nf3hhc$g4$1@news.albasani.net> <5715f923$0$5913$e4fe514c@news.xs4all.nl> <nf5ckn$b6k$1@news.albasani.net>

Show all headers | View raw


Stefan Weiss wrote:

> The interpreter has no problem with it, my eyes do ;)

The interpreter does not even see the code; the (JIT-)compiler does.  It is 
a common misconception that source code of ECMAScript implementations would 
be executed as it is.  Instead, a compiler turns it into bytecode to be 
interpreted by (the interpreter of) a virtual machine, or into native 
machine code.  This is the also the case with several other scripting 
languages.

-- 
PointedEars
FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix>
Please do not cc me. / Bitte keine Kopien per E-Mail.

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

A few problems with looping thru a set of elements with the same "name" specifier. "R.Wieser" <address@not.available> - 2016-04-17 13:22 +0200
  Re: A few problems with looping thru a set of elements with the same "name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-17 15:30 +0200
    Re: A few problems with looping thru a set of elements with the same"name" specifier. "R.Wieser" <address@not.available> - 2016-04-17 18:54 +0200
      Re: A few problems with looping thru a set of elements with the same"name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-18 19:46 +0200
        Re: A few problems with looping thru a set of elements with thesame"name" specifier. "R.Wieser" <address@not.available> - 2016-04-18 20:28 +0200
          Re: A few problems with looping thru a set of elements with thesame"name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-18 22:54 +0200
            Re: A few problems with looping thru a set of elements withthesame"name" specifier. "R.Wieser" <address@not.available> - 2016-04-19 11:24 +0200
              Re: A few problems with looping thru a set of elements withthesame"name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-19 15:42 +0200
                Re: A few problems with looping thru a set of elements withthesame"name" specifier. Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-04-19 20:08 +0200
  Re: A few problems with looping thru a set of elements with the same "name" specifier. Stefan Weiss <krewecherl@gmail.com> - 2016-04-17 15:36 +0200

csiph-web