Commits
User selector
Commit History
Commits on Aug 18, 2023
[return-check] change exception handling to return-check based method in interpreting (runtime) process
Show description for 26af0cdcommitted
HyukWoo Park
Commits on Mar 28, 2023
Unlink circular dependency between runtime and parser source codes
Show description for 9f93022authored andcommitted
Commits on May 11, 2022
Add DerivedObject for sub classes of Object
Show description for 8fa6031authored andcommitted
Commits on Apr 25, 2022
Mark non-fast mode ArrayObject by existing fast-mode data
Show description for 0f034c7authored andcommitted
Commits on Apr 18, 2022
Implement checking update ArrayObject while enumerate
Show description for 292ead9authored andcommittedImplement PrototypeObject
Show description for ba7c596authored andcommitted
Commits on Apr 8, 2022
Improve array get, set performance in interpreter
Show description for f4d0b2cauthored andcommitted
Commits on Mar 7, 2022
Use memset instead of loop
Show description for 006c9e9authored andcommitted
Commits on Mar 2, 2022
Update based on review
Show description for 9beb788authored andcommitted
Use arrayLength for length property if possible
Show description for 97ba88bauthored andcommitted
Commits on Aug 30, 2021
Remove redundant defineOwnPropertyThrowsExceptionWhenStrictMode method
Show description for 54fadc4authored andcommitted
Commits on Jul 15, 2021
Implement per thread isolating
Show description for 77a6857authored andcommitted
Commits on Jul 6, 2021
Remove redundant string comparison in cmake build
Show description for 6cd9886authored andcommitted
Commits on Jul 5, 2021
Refactoring index property handling
Show description for 0b0ddeeauthored andcommitted
Commits on Jun 3, 2021
Remove ESCARGOT_OBJECT_SUBCLASS_MUST_REDEFINE macro
Show description for 616f32bauthored andcommitted
Commits on May 18, 2021
Refactor GC allocation with bitmap info
Show description for b605adbauthored andcommitted
Commits on May 11, 2021
Pass receiver to Object::get, Object::{get, set}IndexedProperty operation
Show description for 8e71c6eauthored andcommitted
Commits on Mar 29, 2021
Remove unused variables and functions
Show description for 5517dbfauthored andcommitted
Commits on Mar 25, 2021
Optimize JSON functions
Show description for dc7b3b6authored andcommitted
Commits on Feb 17, 2021
Add missing api
Show description for 4d307d2authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Nov 6, 2020
Remove redundant header files
Show description for 3ebb4eaauthored andcommitted
Commits on Sep 11, 2020
Fix defects discovered in coverity scan
Show description for 56e3ec6authored andcommitted
Commits on Jun 11, 2020
In 64bit, we should use only 32bit for addressing
Show description for f82c81aauthored andcommitted
Commits on May 8, 2020
Add hasRareData for Object
Show description for 26b8593authored andcommitted
Commits on Apr 28, 2020
Update length-related operations
Show description for c46957dauthored andcommitted
Commits on Apr 9, 2020
Refactoring type check operations using tag comparison
Show description for d46a365authored andcommitted
Commits on Apr 3, 2020
Represent all global error messages by static class members
Show description for 0f81aa5authored andcommitted
Commits on Apr 1, 2020
Fix Iterator and WeakMap prototype objects to be an ordinary object
Show description for 38750ecauthored andcommitted
Commits on Mar 24, 2020
Fix [[Prototype]] initialization process for each object creation
Show description for 39a5922authored 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 Dec 24, 2019
Reduce memory usage
Show description for 98d4ef6authored andcommitted
Commits on Dec 18, 2019
Reduce memory usage
Show description for fba9396authored andcommitted
Commits on Dec 5, 2019
Optimize runtime performance
Show description for 53906a6authored andcommitted