c439efdadd
... which will contain all compression scheme related functions. This will allow introducing custom compression schemes for certain cases and use the compression scheme class as a template argument for TaggedField or OffHeapCompressedObjectSlot implementations. Bug: v8:7703, v8:11880 Change-Id: Ic78d36b7021110d6a4797a3150547a224d942b32 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3899262 Reviewed-by: Jakob Linke <jgruber@chromium.org> Reviewed-by: Dominik Inführ <dinfuehr@chromium.org> Commit-Queue: Igor Sheludko <ishell@chromium.org> Cr-Commit-Position: refs/heads/main@{#83302} |
||
---|---|---|
.. | ||
BUILD.gn | ||
compiler-types.cc | ||
debug-helper-internal.cc | ||
debug-helper-internal.h | ||
debug-helper.h | ||
debug-macro-shims.h | ||
DEPS | ||
gen-heap-constants.py | ||
get-object-properties.cc | ||
heap-constants.cc | ||
heap-constants.h | ||
list-object-classes.cc | ||
OWNERS | ||
README.md |
V8 debug helper
This library is for debugging V8 itself, not debugging JavaScript running within V8. It is designed to be called from a debugger extension running within a native debugger such as WinDbg or LLDB. It can be used on live processes or crash dumps, and cannot assume that all memory is available in a dump.