explanation about javascript bytecode opcodes

C

Canny

Hi,

While studying the JavaScript engine source code used in Firefox, I am
confused about the semantics of various JS bytecode operations given
in jsopcode.tbl file (http://mxr.mozilla.org/firefox/source/js/src/
jsopcode.tbl). Is there anyone can provide some pointers to more
detailed explanation about those operations?

Thanks a lot!
Canny
 
T

Thomas 'PointedEars' Lahn

Canny said:
While studying the JavaScript engine source code used in Firefox, I am
confused about the semantics of various JS bytecode operations given
in jsopcode.tbl file (http://mxr.mozilla.org/firefox/source/js/src/
jsopcode.tbl). Is there anyone can provide some pointers to more
detailed explanation about those operations?

Maybe someone knowing C? The source code of ECMAScript implementations is
seldom, if ever, discussed here. Try mozilla.dev.tech.javascript instead.

BTW: The URL is wrapped and shouldn't be. Eschew Google Groups for posting.


PointedEars
 
D

Dr J R Stockton

In comp.lang.javascript message <[email protected]>, Thu,
BTW: The URL is wrapped and shouldn't be. Eschew Google Groups for posting.

There is nothing wrong with wrapping URLs, for readers using well-
written agents, provided that angle brackets <> are used where the OP
put parentheses().
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top