Hermes Hacking: Demystifying JavaScript Engines - Radek Pietruszewski | React Native EU 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024
  • 📖 About the talk
    To many JavaScript developers, JavaScript engines seem like black magic. But they really aren't! They're just programs, like anything else, and you too can understand at a high level how they work, and even contribute. Let me demystify Hermes, and explain to you how its pieces - bytecode, interpreter, garbage collector, hidden classes, and more - all fit together to run your React Native app. We'll also take a look at Hermes's C++ codebase, and make a few changes, and compile it!
    🗣 Speaker Bio
    CTO at Nozbe. Author of WatermelonDB and ZACS. Proud generalist.
    Get your tickets for React Native EU 2024:
    ti.to/react-na...
    Check out more about React Native EU conference:
    www.react-nati...
    Visit the organizer's website:
    www.callstack....
    Follow us on Twitter to stay up to date:
    / react_native_eu

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

  • @tomisinalu6625
    @tomisinalu6625 ปีที่แล้ว +3

    Kudos to engineers that work in these spaces. That was indepth, now I am curious about compilers and interpreters

  • @bthrx
    @bthrx 3 หลายเดือนก่อน

    Fantastic talk, thanks

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

    Excellent explanation

  • @demsipigeon
    @demsipigeon 9 หลายเดือนก่อน

    Thank you so much for this clear explanation 🎉

  • @jafarjabr
    @jafarjabr ปีที่แล้ว +1

    Nice explanation, Thank you.