Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

127
Views
how Byte code is converted to Machine code in term of JavaScript?

I have learnt about how V8 of chrome browser works in an abstract view from this webpage https://blog.bitsrc.io/how-does-javascript-really-work-part-1-7681dd54a36d

the interpreter(ignition) converts it into bytecode... but then who will convert this bytecode to machine code ?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

It doesn't turn the bytecode into machine code.

the Ignition interpreter takes the Abstract syntax tree and produce a bytecode from it.

after the bytecode has been produced the Ignition interpreter it start to execute those bytecodes directly.

i know it's a bit confusing when you hear that the interpreter produce a bytecodes and also execute those bytecodes.

but that's actually what the Ignition interpreter does. it's not only executing it's also producing bytecodes so don't get confused by the name.

for example we have the following bytecode

LdaSmi 5

when the Ignition sees that bytecode it will actually call a function from the engine which handles that instruction.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!