Commits
User selector
Commit History
Commits on Mar 28, 2023
Eliminate duplicated code
Show description for de4c7ebauthored andcommitted
Commits on Apr 22, 2022
Rename tagging operations
Show description for d231bc0authored andcommitted
Commits on Mar 14, 2022
Reduce memory usage
Show description for a484082authored andcommitted
Commits on Mar 8, 2022
Refactor basic String classes
Show description for 9a1060fauthored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Sep 11, 2020
Fix incorrect AtomicString creation based on 16bit characters
Show description for 120d68eauthored andcommitted
Commits on Jul 30, 2020
Add new public APIs
Show description for 3ec8037authored andcommitted
Commits on Jun 4, 2020
Apply lazy StaticString on builtin Intl
Show description for 6bfa3f9authored andcommittedImplement lazy part of StaticString
Show description for 5b3f098authored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Jan 10, 2020
Implement compress CompressibleStrings on GC reclaim end event
Show description for caa0fbcauthored andcommitted
Commits on Oct 14, 2019
Optimize script initialization performance (#462)
Show description for b9a6f92authored andcommitted
Commits on Oct 11, 2019
Optmize escargot (#454)
Show description for 03ac100authored andcommitted
Commits on Aug 21, 2019
Optmize execution speed & Enable clang build test (#381)
Show description for 35d046eauthored andcommitted
Commits on Jul 24, 2019
Optimize/simplify static string initialization (#324)
Show description for 3b81c3eauthored andcommitted
Commits on May 4, 2018
Optimize ScriptParser more (#70)
Show description for ef57dc3authored andcommitted
Commits on Mar 7, 2018
Change default license to LGPL license (#60)
Show description for 28de827authored andcommitted
Commits on Jan 19, 2018
Implement ES6 Symbol.hasInstance, iterator, toStringTag, toPrimitive and built-ins (#46)
Show description for e66f512authored andcommitted
Commits on Apr 14, 2017
1. add FUNCTION_OBJECT_BYTECODE_SIZE_MAX as config flag
Show description for a98bf4ecommitted
Commits on Apr 12, 2017
1. optimize esprima_cpp
Show description for c4bc84dcommitted
Commits on Mar 23, 2017
move VM-bound data into VMInstance from context
Show description for 34dad07committed
Commits on Mar 10, 2017
Add License Clauses
Show description for e02af7dcommitted
Commits on Feb 13, 2017
1. seperate ReturnFunction code to ReturnFunction and ReturnFunctionWithValue
Show description for 8c661ddauthored andcommitted
Commits on Feb 3, 2017
1. implement Latin1String for reducing memory usage
Show description for 132f7f5committed
Commits on Jan 20, 2017
Commits on Jan 12, 2017
1. remove Increment, Decrement opcode
Show description for 109be41committed
Commits on Jan 11, 2017
1. optimze interpreter
Show description for baeab5acommitted
Commits on Dec 8, 2016
- committed
Commits on Dec 6, 2016
1. implement tracing stack when got exception
Show description for 288b147committed
Commits on Dec 2, 2016
1. implement basic of Builtin Object, Function
Show description for 887758ecommitted
Commits on Dec 1, 2016
implement BasicString
Show description for 4c519ffcommitted
Commits on Nov 30, 2016
implement declare var, Function Decl, Function Expression
Show description for a545adecommitted
Commits on Nov 24, 2016
implement basic object operation(get,set ownproperty)
Show description for 3e1787dcommitted
Commits on Nov 22, 2016
implement part of esprima::Parser in c++
Show description for 70f8221committed
Commits on Nov 18, 2016
1. add ast nodes
Show description for f380ffccommitted