Question:
I heard that people use the terms dynamic compilation and interpretation interchangeably. This is not a question of semantics.
Obviously, by the time the code hits the processor, it is in some binary form.
How can I see the intermediate view?
For example, itβs quite simple to look at your C code in the assembly using compiler options.
Is there a similar way to do this using JavaScript? I'm not sure if an intermediate view will be offered, but here are some general links.
Study
Clarification:
This question has nothing to do with minimization.
user1637281
source share