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 May 31, 2023
Remove an unused variable in ALLOCA
Show description for e275ba6authored andcommitted
Commits on Mar 28, 2023
Unlink circular dependency between runtime and parser source codes
Show description for 9f93022authored andcommitted
Commits on Aug 1, 2022
Fix TypedArray access
Show description for b700d08authored andcommitted
Commits on Apr 8, 2022
Cache data address of ArrayBuffer for improve performance
Show description for 9eab9b2authored andcommitted
Commits on Nov 22, 2021
Fix atomic operations
Show description for 12c91f0authored andcommitted
Commits on Oct 29, 2021
Implement resizable ArrayBuffer
Show description for 18449ffauthored andcommitted
Commits on Sep 14, 2021
Refactoring BackingStore structure
Show description for f864d82authored andcommitted
Add SharedArrayBufferObject create api
Show description for 1a258a0authored andcommitted
Commits on Aug 2, 2021
Implement ArrayBuffer type for divide ArrayBufferObject and SharedArrayBufferObject
Show description for dd97c86authored andcommitted
Commits on Jul 29, 2021
Implement Serialization of SharedArrayBufferObject & $262.agent.* functions for testing
Show description for dbae3aeauthored andcommitted
Commits on Jul 27, 2021
Add Global object shared by all threads
Show description for 98bc107authored andcommitted
Commits on Jul 15, 2021
Implement per thread isolating
Show description for 77a6857authored andcommitted
Commits on Jul 8, 2021
Implement BackingStore::reallocate
Show description for f43d845authored andcommitted
Commits on Jul 1, 2021
Refactor SharedArrayBuffer and Atomics
Show description for ef43878authored andcommitted
Commits on Jun 17, 2021
Update basic SharedArrayBuffer features (threading)
Show description for 324babaauthored andcommitted
Commits on May 24, 2021
Add ArrayBufferObject malloc, free handler into Platform
Show description for 7121188authored andcommitted
Commits on Apr 21, 2021
Implement BackingStore
Show description for 74903e8authored andcommitted
Commits on Feb 22, 2021
Add ArrayObjectRef::attachExternalBuffer API
Show description for 2c4174fauthored andcommitted
Commits on Feb 17, 2021
Fix gc conflict of object kinds in debug mode
Show description for 30af844authored andcommitted
Commits on Feb 3, 2021
Store m_target of WeakRefObject as weak reference
Show description for 3902613authored andcommitted
Commits on Dec 18, 2020
Update clang-format version to 6.0
Show description for 29c70f7authored andcommitted
Commits on Dec 7, 2020
Implement ArrayBuffer based on external memory
Show description for 24ccec9authored andcommitted
Commits on Nov 23, 2020
Implement DataView.prototype.{get,set}{BigInt64,BigUint64}
Show description for cf26d82authored andcommitted
Commits on Aug 6, 2020
Implement new config for smaller device
Show description for ccdf475authored andcommitted
Commits on Jun 1, 2020
Revise TypedArray definition
Show description for 4fb663eauthored andcommitted
Commits on May 18, 2020
Add TypedArrayHelper to represent common TypedArray features
Show description for 8bba878authored andcommitted
Commits on May 13, 2020
Update builtin methods of TypedArray based on ES10 (Part 1)
Show description for bfcc612authored andcommitted
Commits on May 4, 2020
Fix ArrayBuffer allocation
Show description for 3d08d78authored andcommitted
Commits on Apr 2, 2020
Revise function call & Realm
Show description for 1bd124fauthored andcommitted
Commits on Mar 24, 2020
Fix [[Prototype]] initialization process for each object creation
Show description for 39a5922authored andcommitted
Commits on Mar 16, 2020
Implement OrdinaryCreateFromConstructor
Show description for ed61619authored andcommitted
Commits on Mar 10, 2020
Fix LGPL License verison typo (2.0 -> 2.1)
Show description for e2f1c3fauthored andcommitted
Commits on Jan 15, 2020
Optimize `function.apply(<any>, arguments)` case.
Show description for 6059485authored andcommitted
Commits on Dec 18, 2019
Reduce memory usage
Show description for fba9396authored andcommitted