Commits
User selector
Commit History
Commits on Sep 2, 2021
Add a test for CrashManager API
Show description for 452996cauthored andcommitted
Commits on Sep 1, 2021
Stop linking ICU and CORE_FOUNDATION where possible
Show description for af68186authored andcommitted
Commits on Aug 28, 2021
Factor metadata into 3 pieces
Show description for 194861dauthored andcommitted
Commits on Aug 27, 2021
Use preprocessor to handle slot types
Show description for ceb7cdeauthored andcommittedPut metadata table in global array
Show description for d259fbbauthored andcommittedFix style of public members in Metadata
Show description for 41a9a34authored andcommittedStore offsets in contiguous array
Show description for 1933178authored andcommitted
Commits on Aug 20, 2021
Add some tests for lean VM
Show description for 36b78d4authored andcommittedAdd CMake lean build
Show description for 295adf8authored andcommittedFix header includes for jsi and hermesapi in CMake build
Show description for 47d15b6authored andcommitted
Commits on Aug 14, 2021
Increase the default max heap size from 512MiB to 3GiB
Show description for 5f2b47dauthored andcommitted
Commits on Aug 6, 2021
Enable CardObjectBoundaryNCTest for Hades and RuntimeGC
Show description for 24318c5authored andcommitted
Commits on Jul 30, 2021
Remove native pointer handling in read/writeHermesValue
Show description for 5714899authored andcommitted
Commits on Jul 23, 2021
Encode native pointers as doubles
Show description for 61e905aauthored andcommittedDelete pointerRoots and valueRoots from tests
Show description for 3be6fafauthored andcommitted
Commits on Jul 19, 2021
Update GCObjectIterationTest to use Handles instead of pointerRoots
Show description for 0b02a10authored andcommitted
Commits on Jul 14, 2021
Enabled AlignedHeapSegmentTest for Hades and RuntimeGC
Show description for ffa04f0authored andcommitted
Commits on Jul 10, 2021
Compute source visibility from directives
Show description for 0ee971dauthored andcommitted
Commits on Jul 7, 2021
Delete allowFunctionToStringWithRuntimeSource
Show description for fb8c5a5authored andcommitted
Commits on Jul 2, 2021
Move StringKind from Support to BCGen/HBC
Show description for 64edcf4authored andcommitted
Commits on Jun 29, 2021
Use Handles in InstrumentationAPITest.cpp
Show description for 129d632authored andcommitted
Commits on Jun 23, 2021
Delete ANONYMOUS_PROPERTY_SLOTS mechanism
Show description for 9e89c08authored andcommittedDirectly store bool in JSBoolean
Show description for 9f051b6authored andcommittedDirectly store double in JSNumber
Show description for 7c447aeauthored andcommitted
Commits on Jun 22, 2021
Directly store string pointer in JSString
Show description for 653e803authored andcommittedEmit AllocObjectLiteralInst directly during IRGen
Show description for 66f0ca8authored andcommitted
Commits on Jun 21, 2021
Use Handles in GCLazySegmentNCTest.cpp
Show description for 3b3c78cauthored andcommitted
Commits on Jun 18, 2021
Use Handles in ExternalMemAccountingTest.cpp
Show description for 1a8cc6dauthored andcommitted
Commits on Jun 17, 2021
Use Handles in GCMarkWeakTest.cpp
Show description for 4b6e958authored andcommitted
Commits on Jun 16, 2021
Use Handles in GCReturnUnusedMemoryTest.cpp
Show description for d083c8eauthored andcommitted
Commits on Jun 15, 2021
Replace rt.pointerRoots.push_back(...) with rt.makeHandle(...) in GCBasicsTest.cpp
Show description for 479787aauthored andcommitted
Use Handles in CrashManagerTest
Show description for 380686eauthored andcommitted
Commits on Jun 14, 2021
Use Handles in GCFragmentationTest.cpp
Show description for 2827e41authored andcommitted
Commits on Jun 10, 2021
Use Handles in GCFinalizerTest.cpp
Show description for 9531ab3authored andcommitted
Commits on Jun 9, 2021
Use makeHandle instead of pointerRoots
Show description for ab5150aauthored andcommitted