Skip to content

Escargot 4.1.0

Latest
Compare
Choose a tag to compare
@clover2123 clover2123 released this 14 May 01:56
· 4 commits to master since this release

Release Note v4.1.0

  • Update WebAssembly engine
  • Apply several optimizations for performance improvement
  • Fix misc bugs/issues
  • Add a build option ESCARGOT_USE_EXTENDED_API to enable non-standard features such as Template, Error Callback used by specific third-parties.

WebAssembly

Optimization

  • Advanced Inline Caching: broaden the target range of object's property access cases
  • Tail Call Optimization (TCO): apply general TCO approach and specialized TCO for recursive tail calls.