Commits
User selector
Commit History
Commits on Oct 2, 2020
Add a flag to disable generator compilation.
Show description for dee3b53authored andcommitted
Commits on Sep 18, 2020
Add cause to jsi::instrumentation::collectGarbage
Show description for cfaf270authored andcommitted
Add cause to GCAnalyticsEvent
Show description for 1d8d495authored andcommitted
Commits on Sep 14, 2020
Make the preemptive compilation threshold configurable
Show description for 99f46feauthored andcommitted
Commits on Sep 11, 2020
Add LLVM_NODISCARD to runtime error throwing functions.
Show description for 61dd028authored andcommitted
Commits on Jul 27, 2020
hermesLog exceptions on Android
Show description for 01906adauthored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommitted
Commits on Jun 16, 2020
Fix buffer prefix used in error msg
Show description for 94f6541authored andcommitted
Commits on Jun 11, 2020
Expose Hermes bytecode version
Show description for f95f929authored andcommitted
Commits on Jun 10, 2020
Add weak ref read barrier
Show description for dd04888authored andcommitted
Commits on Jun 4, 2020
Handle stack overflow in JSError construction gracefully
Show description for 17a2925authored andcommitted
Commits on Jun 3, 2020
More details on compilation failure
Show description for 74ae81eauthored andcommitted
Commits on Jun 1, 2020
Use PseudoHandle in JSObject API.
Show description for 8f95074authored andcommitted
Commits on May 26, 2020
Change jsi::Runtime::lockWeakObject to take a mutable ref
Show description for 0c9daa5authored andcommitted
Commits on May 13, 2020
Improve sanityCheck error message for buffer too small
Show description for 63a5ae6authored andcommitted
Commits on Apr 28, 2020
Add ability to dump sampling profiler output to stream
Show description for 2e68687authored andcommitted
Commits on Apr 26, 2020
Treat Strings as pointer types.
Show description for 136b5c0authored andcommitted
Add ability to get unique IDs for PropNameIds (= SymbolIDs).
Show description for 37bf50fauthored andcommitted
Keep a record of GC executions.
Show description for 975ca2cauthored andcommitted
Commits on Apr 24, 2020
Introduce DecoratedObject and rebuild HostObject on top of it (#225)
Show description for a737c59authored andcommitted
Commits on Apr 13, 2020
Add Hermes CodeCoverage profiler API for checking enabled state
Show description for c1f9be9authored andcommitted
Commits on Apr 6, 2020
Throw COMPILE error on compilation failures
Show description for dab1683authored andcommitted
Commits on Apr 1, 2020
Make HermesRuntime::description() always include "HermesRuntime"
Show description for 6b411edauthored andcommitted
Commits on Mar 31, 2020
Plumb through memory allocation profiler feature to Chrome Inspector
Show description for 71cffc8authored andcommitted
Commits on Mar 14, 2020
Add a little headroom to the stack when converting an exception JS -> C++
Show description for 5ea1759authored andcommitted
Commits on Mar 5, 2020
Create JSI/JNI binary
Show description for 02ecd03authored andcommitted
Expose CodeCoverageProfiler to JSI
Show description for 317c818authored andcommitted
Commits on Feb 22, 2020
Remove toHandle and overload makeHandle for PseudoHandle.
Show description for 45b85e1authored andcommitted
Commits on Feb 19, 2020
Remove special destructor from Runtime::create
Show description for 5cdc068authored andcommitted
Commits on Feb 13, 2020
Make synth trace write incrementally to a file.
Show description for 9ed0d45authored andcommitted
Have heap snapshots throw std::system_error instead of return a bool
Show description for de21c7bauthored andcommitted
Commits on Feb 5, 2020
Add public API to get HBC page accesses data
Show description for 80f12a9authored andcommitted
Commits on Jan 10, 2020
Remove HermesValue::encodeNativeValue
Show description for ea869ddauthored andcommitted
Commits on Jan 5, 2020
Track the number of mark stack overflows.
Show description for c4e62bcauthored andcommitted
Commits on Jan 4, 2020
Remove unnecessary config copy for StackRuntime
Show description for 5cc5a64authored andcommitted