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

179
Views
Does the ByteCode interpreter, convert the bytecode to machine code and then execute it in V8 engine?

so my question is does the Bytecode interpreter of Ignition convert the bytecode that was created by the bytecode-generator to machine code and execute it line by line?

because from what I've seen I don't see any sign that the bytecode interpreter actually converting the code to machine code.

it seems more like the bytecode generator generates bytecodes and the interpreter just execute it in C++(the interpreter doesn't turn the bytecode to machine code and then execute it)

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

0

(V8 developer here.)

Correct, the key concept of an interpreter is that it executes the bytecode directly. It does not generate machine code. We use the term "compiler" for things that (don't interpret but instead) generate machine code.

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!