Skip to content Skip to sidebar Skip to footer
Showing posts with the label Interpreter

How To Make "print" Statement To Print Multiple Strings Javascript?

I am trying to make a small interpreter for print statement. Here is a demo of what I have done til… Read more How To Make "print" Statement To Print Multiple Strings Javascript?

If Javascript Interpreter Does "JIT Compilation", Does It Cache Results Of It For Use On The Same Script Next Time I Load The Website?

to make it more specific, I mostly care about SpiderMonkey interpreter in Firefox. So suppose I wan… Read more If Javascript Interpreter Does "JIT Compilation", Does It Cache Results Of It For Use On The Same Script Next Time I Load The Website?