How JavaScript is Executed

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น •

  • @hayk.simonyan
    @hayk.simonyan  2 หลายเดือนก่อน

    Free JavaScript Course: skool.com/web-dev-mastery

  • @ma271
    @ma271 5 หลายเดือนก่อน +3

    good stuff! thanks

  • @4115steve
    @4115steve 5 หลายเดือนก่อน

    bro, your videos are great, you're an excellent teacher

    • @hayk.simonyan
      @hayk.simonyan  4 หลายเดือนก่อน

      Glad you find them helpful ✌

  • @quocanhnguyen7275
    @quocanhnguyen7275 4 หลายเดือนก่อน

    Nice! Thank u!

    • @hayk.simonyan
      @hayk.simonyan  4 หลายเดือนก่อน +1

      You're welcome!

  • @MrDesai
    @MrDesai 4 หลายเดือนก่อน

    Wow ! Simply wow ! Crystal clear explanation, thanks man

    • @hayk.simonyan
      @hayk.simonyan  4 หลายเดือนก่อน

      You're welcome! Glad you found the explanations easy to follow ✌️

  • @tejas4543
    @tejas4543 5 หลายเดือนก่อน

    Love your content ❤😭

  • @josevicente632
    @josevicente632 2 หลายเดือนก่อน

    Excelent

  • @dinokrivic5486
    @dinokrivic5486 12 วันที่ผ่านมา

    Not a good explanation of compilation process.

    • @pedrobg97
      @pedrobg97 21 ชั่วโมงที่ผ่านมา

      so can you explain to us? what his explanation is missing?

    • @dinokrivic5486
      @dinokrivic5486 21 ชั่วโมงที่ผ่านมา +1

      I did but it was either deleted or not sent.Anyways, he described JIT compilation as just a normal compilation to machine code but the difference is that it is compiled at runtime meaning it already starts executing code(interpreting) and once engine finds "hot spots" it compiles them and optimizes. Also he said that its compiled into machine code but after parsing everything is firstly compiled to bytecode and then execution(interpretation) and JIT compilation happens.His explanation confused me more then it helped me.I still dont fully understand everything about it but i know that its either oversimplified or just wrong.So anyone reading this feel free to correct me if i said something wrong.