Commits
User selector
Commit History
Commits on Mar 25, 2021
Fix CodeCache error
Show description for 4b864fbauthored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Aug 6, 2020
Reduce memory allocation during bytecode generation
Show description for f56a557authored andcommitted
Commits on Aug 3, 2020
Implement CodeCache for bytecode
Show description for 11e469cauthored andcommitted
Commits on Jul 23, 2020
Each InterpretedCodeBlock has its children in a vector
Show description for 773007bauthored andcommitted
Commits on Jul 6, 2020
Rename ASTContext structure
Show description for cd09ccbauthored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Mar 5, 2020
- authored andcommitted

Commits on Oct 31, 2019
Update to support new.target with Class and eval (#489)
Show description for f11752bauthored andcommitted
Commits on Oct 14, 2019
Fix several modules of Parser (#461)
Show description for 1e459afauthored andcommitted
Commits on Oct 7, 2019
Implement Direct {Import, Export} (#448)
Show description for eceffacauthored andcommitted
Commits on Sep 30, 2019
Revise public API (#442)
Show description for e820e0bauthored andcommitted
Commits on Sep 24, 2019
Update syntax errors related to 'super' (#438)
Show description for dd78fdaauthored andcommitted
Commits on Aug 21, 2019
Migrate to new bdwgc 8.0 GCutil & use cmake on building gc (#385)
Show description for e3a8fbaauthored andcommitted
Commits on Jul 26, 2019
Update lexical environment stuffs (#327)
Show description for 2a54ab5authored andcommitted
Commits on Jul 18, 2019
Update lexcial environment. (#313)
Show description for d1b4cedauthored andcommitted
Commits on Jul 5, 2019
Implement the lexical scoping (#285)
Show description for ef59096authored andcommitted
Commits on Jul 4, 2019
Merge parsing and bytecode generation process (#297)
Show description for 6577d2dauthored andcommitted
Commits on Feb 12, 2019
Reduce code smell - explicit (#83)
Show description for 21cd2bdauthored andcommitted
Reduce code smell around member access (#84)
Show description for 8f710b8authored andcommitted
Commits on May 4, 2018
Make compilable in clang (#71)
Show description for 6b76791authored andcommitted
Commits on Apr 27, 2018
Optimize ScriptParser & redesign String classes (#68)
Show description for b3f8e01authored andcommitted
Commits on Apr 18, 2018
Use RefPtr & malloc/ free for AST tree & implement Array.prototype.includes (#64)
Show description for fabf1a0authored andcommitted
Commits on Mar 7, 2018
Change default license to LGPL license (#60)
Show description for 28de827authored andcommitted
Commits on May 12, 2017
1. remove RELEASE_ASSERT_NOT_REACHED in ScriptParser
Show description for 74869c1committed
Saebom Kim
Commits on Apr 14, 2017
1. add FUNCTION_OBJECT_BYTECODE_SIZE_MAX as config flag
Show description for a98bf4ecommitted
Commits on Mar 13, 2017
1. re-implement arguments binding, CallBoundFunction logic for reduce interpreter loop size
Show description for 013f0e5committed
Commits on Mar 10, 2017
Add License Clauses
Show description for e02af7dcommitted
Commits on Mar 3, 2017
embed small amount of numeral literals into register file of interpreter
Show description for d0561e6committed
Commits on Jan 4, 2017
1. fix bug in Object::nextIndex*
Show description for c970d99committed
Commits on Dec 23, 2016
1. implement ObjectDefineOwnPropertyOperation
Show description for 5bca24dcommitted- Apply strict within eval from outside strict context
Show description for 0faef82committed
Commits on Dec 12, 2016
implement eval
Show description for 35142d1committed
Commits on Dec 8, 2016
- committed
Commits on Dec 6, 2016
1. implement tracing stack when got exception
Show description for 288b147committed