Commits
User selector
Commit History
Commits on Mar 28, 2023
Divide Interpreter module into Interpreter and InterpreterSlowPath
Show description for 2046b1fauthored 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 22, 2022
Improve accessing TypedArray Performance
Show description for 71a6afeauthored 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 2, 2022
Use arrayLength for length property if possible
Show description for 97ba88bauthored andcommitted
Commits on Feb 23, 2022
Turn on inline cache for array, arguments object
Show description for 925543bauthored andcommitted
Commits on Feb 22, 2022
Optimize enumeration of object without index property case
Show description for ea5c495authored andcommitted
Commits on Jul 27, 2021
Add ThreadLocal structure
Show description for 13c774eauthored andcommitted
Commits on Jun 3, 2021
Remove ESCARGOT_OBJECT_SUBCLASS_MUST_REDEFINE macro
Show description for 616f32bauthored andcommitted
Commits on May 11, 2021
Pass receiver to Object::get, Object::{get, set}IndexedProperty operation
Show description for 8e71c6eauthored andcommitted
Commits on Mar 25, 2021
Optimize JSON functions
Show description for dc7b3b6authored andcommitted
Commits on Mar 16, 2021
Fix to get the code cache directory through api function
Show description for fabdc57authored andcommitted
Commits on Mar 15, 2021
Update VMInstance global variables
Show description for e9afc5cauthored 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 Jun 11, 2020
In 64bit, we should use only 32bit for addressing
Show description for f82c81aauthored andcommitted
Commits on May 25, 2020
Improve TypedArray performance
Show description for 912bc2dauthored 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 2, 2020
Revise function call & Realm
Show description for 1bd124fauthored andcommitted
Commits on Apr 1, 2020
Remove legacy [[class]] internal property
Show description for c627ca4authored andcommitted
Update Object.prototype.toString based on ES10
Show description for 32f6f69authored andcommitted
Fix Iterator and WeakMap prototype objects to be an ordinary object
Show description for 38750ecauthored andcommitted
Commits on Mar 25, 2020
Remove redundant prototype classes
Show description for 5c8c4daauthored andcommitted
Commits on Mar 24, 2020
Restore fast path of String.prototype.replace
Show description for 07a1e2bauthored andcommittedFix [[Prototype]] initialization process for each object creation
Show description for 39a5922authored andcommitted
Commits on Mar 16, 2020
Add NewTarget parameter to builtin functions
Show description for e32b181authored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Mar 6, 2020
Minor fix in ProxyObject
Show description for e735f3eauthored 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