Essays about: "Jonathan Lindroth"

Found 1 essay containing the words Jonathan Lindroth.

  1. 1. Leveraging property access optimization in the V8 JavaScript engine for improved runtime performance

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Jonathan Lindroth; [2021]
    Keywords : ;

    Abstract : The ability of JavaScript-objects to alter memory layout during runtime requires the V8  JavaScript engine to perform a search operation everytime an object property is accessed. To improve performance, the V8 JavaScript engine attempts to optimize object property accesses upon JIT-compilation. READ MORE