..
backend
[wasm-simd][arm64] prototype i64x2 widen i32x4
2020-10-08 00:09:40 +00:00
access-builder.cc
[nci] Update invocation count in the NCI prologue
2020-09-30 11:06:57 +00:00
access-builder.h
[nci] Update invocation count in the NCI prologue
2020-09-30 11:06:57 +00:00
access-info.cc
[cleanup] Clean up SYNCHRONIZED_ACCESSORS macro naming and its uses
2020-10-05 11:01:22 +00:00
access-info.h
[turboprop] Optimize minimorphic accesses using dynamic map checks
2020-07-28 16:37:01 +00:00
add-type-assertions-reducer.cc
[turbofan] Add optional runtime checks for range types
2019-07-12 08:32:59 +00:00
add-type-assertions-reducer.h
[turbofan] Add optional runtime checks for range types
2019-07-12 08:32:59 +00:00
all-nodes.cc
all-nodes.h
allocation-builder-inl.h
Reland "[torque] refactor: use -tq only in filenames derived from .tq files"
2020-09-25 15:04:18 +00:00
allocation-builder.h
Port SloppyArgumentsElements to Torque
2020-05-25 10:50:03 +00:00
basic-block-instrumentor.cc
Profile-guided optimization of builtins
2020-07-22 17:12:23 +00:00
basic-block-instrumentor.h
[diagnostics] Support --turbo-profiling for builtins
2020-05-21 16:31:52 +00:00
branch-elimination.cc
[turbofan] Do more checks for dead nodes in BranchElimination
2020-07-28 14:27:31 +00:00
branch-elimination.h
[turbofan] Do more checks for dead nodes in BranchElimination
2020-07-28 14:27:31 +00:00
bytecode-analysis.cc
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
bytecode-analysis.h
[turbofan] Move bytecode analysis to the serializer
2019-07-15 12:41:57 +00:00
bytecode-graph-builder.cc
[compiler] Never serialize ScopeInfo
2020-10-08 14:58:41 +00:00
bytecode-graph-builder.h
[nci] Implement tier-up (part 3, spawn task & install)
2020-09-10 12:50:05 +00:00
bytecode-liveness-map.cc
[base] Store AllocationPolicy object in TemplateHashMapImpl instance
2020-07-15 15:56:06 +00:00
bytecode-liveness-map.h
Move utility code to src/utils
2019-05-23 14:13:34 +00:00
c-linkage.cc
fix: correct calling convention for Windows on Arm
2020-10-01 14:22:22 +00:00
checkpoint-elimination.cc
[turbofan] Don't expect framestate input to be a Framestate
2019-11-21 12:41:33 +00:00
checkpoint-elimination.h
Move remaining files in src/
2019-05-24 18:24:36 +00:00
code-assembler.cc
[csa][cleanup] Partly TNodify SharedArrayBuffer's AssemblerFunction
2020-10-05 11:02:28 +00:00
code-assembler.h
[csa][cleanup] Partly TNodify SharedArrayBuffer's AssemblerFunction
2020-10-05 11:02:28 +00:00
common-node-cache.cc
[turbofan] use ZoneUnorderedMap for NodeCache
2020-03-05 13:00:34 +00:00
common-node-cache.h
[turbofan] use ZoneUnorderedMap for NodeCache
2020-03-05 13:00:34 +00:00
common-operator-reducer.cc
[turbofan] simplify code combining reductions
2020-04-20 17:37:42 +00:00
common-operator-reducer.h
Revert "Move branch inversion on ==0 into platform-agnostic reducer"
2020-03-25 16:47:48 +00:00
common-operator.cc
[wasm-gc][bug] call_indirect should check for null table entries
2020-10-05 13:08:20 +00:00
common-operator.h
Reland "[compiler] Add a StartNode wrapper class"
2020-09-03 07:15:09 +00:00
compilation-dependencies.cc
[cleanup] Clean up SYNCHRONIZED_ACCESSORS macro naming and its uses
2020-10-05 11:01:22 +00:00
compilation-dependencies.h
Update DescriptorArray and Map to use InternalIndex
2019-10-11 14:40:43 +00:00
compilation-dependency.h
[turboprop] For double data fields check loaded value is HeapNumber
2020-08-21 17:00:47 +00:00
compiler-source-position-table.cc
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
compiler-source-position-table.h
[torque] Show entire stack of inlined macros for Torque assertions
2020-07-24 13:28:42 +00:00
constant-folding-reducer.cc
[turbofan] Remove bogus DCHECK and add a comment
2020-03-20 08:11:00 +00:00
constant-folding-reducer.h
control-equivalence.cc
Remove and update some outdated TODO(mstarzinger).
2019-12-13 10:18:04 +00:00
control-equivalence.h
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
control-flow-optimizer.cc
[compiler][heap] Add safepointing to TickCounter's tick method
2020-07-28 15:29:36 +00:00
control-flow-optimizer.h
[turbofan] introduce a deterministic tick measurement and assert optimization doesn't take too long
2019-07-17 07:00:00 +00:00
csa-load-elimination.cc
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
csa-load-elimination.h
[csa] Track stores and perform simple alias analysis in CSA Load Elimination
2019-06-18 08:46:55 +00:00
dead-code-elimination.cc
[turbofan] fix bug in DeadCodeElimination
2020-05-05 14:07:13 +00:00
dead-code-elimination.h
Move remaining files in src/
2019-05-24 18:24:36 +00:00
decompression-optimizer.cc
[ptr-compr] Added BitcastTaggedToWord* to DecompressionOptimizer
2020-01-08 21:48:29 +00:00
decompression-optimizer.h
[ptr-compr] Remove the last of ChangeTaggedToCompressed
2020-01-08 14:20:35 +00:00
DEPS
[compiler] Add include guard for code-assembler.h
2019-03-18 12:40:02 +00:00
diamond.h
[wasm] Use GraphAssembler in wrappers
2020-01-15 12:01:53 +00:00
effect-control-linearizer.cc
[turbofan] Optimize stack slot usage for fast API calls
2020-10-08 16:45:21 +00:00
effect-control-linearizer.h
[TurboProp] Remove the second schedule for TurboProp.
2019-10-24 10:08:35 +00:00
escape-analysis-reducer.cc
[turbofan] Fix incorrect typing of constant with reverse stack
2020-08-31 10:56:23 +00:00
escape-analysis-reducer.h
Move remaining files in src/
2019-05-24 18:24:36 +00:00
escape-analysis.cc
[compiler][heap] Add safepointing to TickCounter's tick method
2020-07-28 15:29:36 +00:00
escape-analysis.h
[turbofan] introduce a deterministic tick measurement and assert optimization doesn't take too long
2019-07-17 07:00:00 +00:00
feedback-source.cc
Reland "[turbofan] Further brokerize BytecodeGraphBuilder"
2019-08-26 08:58:44 +00:00
feedback-source.h
Reland "[turbofan] Further brokerize BytecodeGraphBuilder"
2019-08-26 08:58:44 +00:00
frame-states.cc
[nci] Add node wrappers for construct variants
2020-07-06 13:18:30 +00:00
frame-states.h
[nci] Add node wrappers for construct variants
2020-07-06 13:18:30 +00:00
frame.cc
frame.h
Move utility code to src/utils
2019-05-23 14:13:34 +00:00
functional-list.h
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
globals.h
[nci] Extract feedback collection experiment to dedicated flag
2020-06-10 10:18:02 +00:00
graph-assembler.cc
[wasm] Use more GraphAssembler
2020-10-06 11:49:20 +00:00
graph-assembler.h
[wasm] Use more GraphAssembler
2020-10-06 11:49:20 +00:00
graph-reducer.cc
[compiler] Fix --trace-turbo-reduction in the presence of direct reads
2020-09-11 17:21:43 +00:00
graph-reducer.h
[compiler] Fix --trace-turbo-reduction in the presence of direct reads
2020-09-11 17:21:43 +00:00
graph-trimmer.cc
graph-trimmer.h
Move remaining files in src/
2019-05-24 18:24:36 +00:00
graph-visualizer.cc
[regalloc] Remove live range splintering
2020-09-28 16:45:35 +00:00
graph-visualizer.h
[turbolizer] Display live ranges with sequences
2020-05-27 15:50:45 +00:00
graph-zone-traits.h
[zone-compr] Add CompressedZonePtr class and compress TurboFan graphs
2020-07-31 12:11:49 +00:00
graph.cc
[zone-compr] Add CompressedZonePtr class and compress TurboFan graphs
2020-07-31 12:11:49 +00:00
graph.h
[gasm] Strengthen typing
2019-11-28 14:22:26 +00:00
heap-refs.h
[compiler] Never serialize ScopeInfo
2020-10-08 14:58:41 +00:00
int64-lowering.cc
Add bit left-rotation machine operator
2020-05-01 18:09:16 +00:00
int64-lowering.h
[wasm][i64-lowering] Refactor special CallDescriptor lowering
2020-02-25 10:23:46 +00:00
js-call-reducer.cc
Revert "[nci] Prepare JSForInPrepare and JSForInNext for feedback input"
2020-10-07 10:44:41 +00:00
js-call-reducer.h
[Turbofan] Make GraphAssembler respect a Reducer context
2020-09-29 09:54:41 +00:00
js-context-specialization.cc
[turbofan] Optimize import.meta
2020-07-15 15:41:11 +00:00
js-context-specialization.h
[turbofan] Optimize import.meta
2020-07-15 15:41:11 +00:00
js-create-lowering.cc
Reland "[torque] refactor: use -tq only in filenames derived from .tq files"
2020-09-25 15:04:18 +00:00
js-create-lowering.h
[TurboFan] Prefer ProcessedFeedback over raw serialized Vector reads
2019-09-27 12:12:01 +00:00
js-generic-lowering.cc
[compiler] Fix extra arguments position when reversed stack
2020-09-07 10:47:08 +00:00
js-generic-lowering.h
[nci] Add feedback vector as input to binary ops
2020-06-23 08:38:54 +00:00
js-graph.cc
[CSA] Create a PlainPrimitiveToNumberBuiltin
2020-09-28 14:10:48 +00:00
js-graph.h
[CSA] Create a PlainPrimitiveToNumberBuiltin
2020-09-28 14:10:48 +00:00
js-heap-broker.cc
[compiler] Never serialize ScopeInfo
2020-10-08 14:58:41 +00:00
js-heap-broker.h
Reland^4 "[serializer] Allocate during deserialization"
2020-10-07 08:15:50 +00:00
js-heap-copy-reducer.cc
[super property speed] Add a byte code for super property access
2020-08-28 11:02:26 +00:00
js-heap-copy-reducer.h
js-inlining-heuristic.cc
[turbofan] Fix bug in inlining
2020-09-14 12:01:55 +00:00
js-inlining-heuristic.h
[compiler] Do not nested inline optimized functions when inlining budget
2020-04-20 13:59:17 +00:00
js-inlining.cc
[nci] Implement tier-up (part 3, spawn task & install)
2020-09-10 12:50:05 +00:00
js-inlining.h
[turbofan] Eliminate more non-const reference arguments
2019-07-26 09:33:08 +00:00
js-intrinsic-lowering.cc
[cleanup] Remove 'RT' suffix on Runtime ToString function
2020-09-25 21:18:32 +00:00
js-intrinsic-lowering.h
[turbofan] Optimize import.meta
2020-07-15 15:41:11 +00:00
js-native-context-specialization.cc
Revert "[nci] Prepare JSForInPrepare and JSForInNext for feedback input"
2020-10-07 10:44:41 +00:00
js-native-context-specialization.h
[turboprop] Optimize minimorphic accesses using dynamic map checks
2020-07-28 16:37:01 +00:00
js-operator.cc
Revert "[nci] Prepare JSForInPrepare and JSForInNext for feedback input"
2020-10-07 10:44:41 +00:00
js-operator.h
Revert "[nci] Prepare JSForInPrepare and JSForInNext for feedback input"
2020-10-07 10:44:41 +00:00
js-type-hint-lowering.cc
[turboprop] Add TURBOPROP code kind
2020-09-30 08:52:57 +00:00
js-type-hint-lowering.h
[turbofan] Make BigInt operations kNoThrow again
2020-06-09 11:24:09 +00:00
js-typed-lowering.cc
Revert "[nci] Prepare JSForInPrepare and JSForInNext for feedback input"
2020-10-07 10:44:41 +00:00
js-typed-lowering.h
Reland x3 "[runtime] Remove extension slots from context objects"
2019-10-22 14:26:02 +00:00
linkage.cc
[nci] Implement tier-up (part 3, spawn task & install)
2020-09-10 12:50:05 +00:00
linkage.h
[nci] Implement tier-up (part 3, spawn task & install)
2020-09-10 12:50:05 +00:00
load-elimination.cc
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
load-elimination.h
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
loop-analysis.cc
[compiler][heap] Add safepointing to TickCounter's tick method
2020-07-28 15:29:36 +00:00
loop-analysis.h
[turbofan] introduce a deterministic tick measurement and assert optimization doesn't take too long
2019-07-17 07:00:00 +00:00
loop-peeling.cc
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
loop-peeling.h
Move remaining files in src/
2019-05-24 18:24:36 +00:00
loop-variable-optimizer.cc
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
loop-variable-optimizer.h
[zone] Cleanup zone allocations in src/compiler and tests, pt.2
2020-07-10 15:51:15 +00:00
machine-graph-verifier.cc
[cleanup][compiler] Remove unused methods from machine-graph-verifier
2020-06-09 10:30:29 +00:00
machine-graph-verifier.h
machine-graph.cc
[compiler] Fix slot
type for unary op builtins
2020-05-27 11:45:22 +00:00
machine-graph.h
[compiler] Fix slot
type for unary op builtins
2020-05-27 11:45:22 +00:00
machine-operator-reducer.cc
[turbofan] Reduce consecutive machine multiplication with constants
2020-08-18 17:44:13 +00:00
machine-operator-reducer.h
[torque] Generate better code when using &
operator on bitfields
2020-05-22 21:59:06 +00:00
machine-operator.cc
[wasm-simd][arm64] prototype i64x2 widen i32x4
2020-10-08 00:09:40 +00:00
machine-operator.h
[wasm-simd][arm64] prototype i64x2 widen i32x4
2020-10-08 00:09:40 +00:00
map-inference.cc
[compiler] Remove untyped RelyOnMapsPreferStability
2020-07-01 07:41:46 +00:00
map-inference.h
[compiler] Remove untyped RelyOnMapsPreferStability
2020-07-01 07:41:46 +00:00
memory-lowering.cc
[sandbox][x64] Access external pointer through a table
2020-09-29 17:13:43 +00:00
memory-lowering.h
[zone] Cleanup zone allocations in src/compiler and tests, pt.3
2020-07-10 16:39:05 +00:00
memory-optimizer.cc
[compiler][heap] Add safepointing to TickCounter's tick method
2020-07-28 15:29:36 +00:00
memory-optimizer.h
[turbofan] make GraphAssembler isolate independent
2019-12-23 13:47:29 +00:00
node-aux-data.h
[compiler][cleanup] Using 'using' instead of 'typedef'
2019-03-29 13:03:30 +00:00
node-cache.h
[turbofan] use ZoneUnorderedMap for NodeCache
2020-03-05 13:00:34 +00:00
node-marker.cc
node-marker.h
node-matchers.cc
node-matchers.h
[compiler] Refactor opcode macro lists
2020-06-23 07:54:14 +00:00
node-origin-table.cc
[zone] Cleanup zone allocations in src/compiler and tests, pt.3
2020-07-10 16:39:05 +00:00
node-origin-table.h
Move remaining files in src/
2019-05-24 18:24:36 +00:00
node-properties.cc
[TurboProp] Remove unreachable successor basic blocks from schedule.
2020-04-03 17:00:29 +00:00
node-properties.h
[TurboProp] Remove unreachable successor basic blocks from schedule.
2020-04-03 17:00:29 +00:00
node.cc
[zone-compr] Add CompressedZonePtr class and compress TurboFan graphs
2020-07-31 12:11:49 +00:00
node.h
[zone-compr] Add CompressedZonePtr class and compress TurboFan graphs
2020-07-31 12:11:49 +00:00
opcodes.cc
[compiler] Refactor opcode macro lists
2020-06-23 07:54:14 +00:00
opcodes.h
[wasm-simd][arm64] prototype i64x2 widen i32x4
2020-10-08 00:09:40 +00:00
operation-typer.cc
[turbofan] Remove an incorrect DCHECK
2020-07-08 12:38:10 +00:00
operation-typer.h
[turbofan] Non-speculative BigInt operators
2019-07-15 08:27:47 +00:00
operator-properties.cc
[super property speed] Add a byte code for super property access
2020-08-28 11:02:26 +00:00
operator-properties.h
Move remaining files in src/
2019-05-24 18:24:36 +00:00
operator.cc
operator.h
[turbofan] refactor MachineOperatorBuilder to use less macros
2020-04-08 10:58:29 +00:00
osr.cc
Move more relevant files to src/objects
2019-05-23 08:52:30 +00:00
osr.h
OWNERS
[compiler] Make jkummerow an owner of wasm-compiler.*
2020-07-20 14:59:52 +00:00
per-isolate-compiler-cache.h
[zone] Cleanup zone allocations in src/compiler and tests, pt.3
2020-07-10 16:39:05 +00:00
persistent-map.h
[zone] Cleanup zone allocations in src/compiler and tests, pt.3
2020-07-10 16:39:05 +00:00
pipeline-statistics.cc
[compiler][cleanup] Remove dead code
2020-08-11 16:17:24 +00:00
pipeline-statistics.h
[compiler][cleanup] Remove dead code
2020-08-11 16:17:24 +00:00
pipeline.cc
[turbofan] Make OSR and stack slots compatible
2020-10-05 17:41:02 +00:00
pipeline.h
[nci] Replace CompilationTarget with a new Code::Kind value
2020-08-05 12:27:22 +00:00
processed-feedback.h
[turboprop] Record handle to map in dynamic map checks operator
2020-09-10 08:45:25 +00:00
property-access-builder.cc
[turboprop] Fix type info to also expect Smi for double data-field loads
2020-09-08 09:41:34 +00:00
property-access-builder.h
[turboprop] Optimize minimorphic accesses using dynamic map checks
2020-07-28 16:37:01 +00:00
raw-machine-assembler.cc
[torque] better static assert error messages
2020-07-27 11:19:20 +00:00
raw-machine-assembler.h
[torque] better static assert error messages
2020-07-27 11:19:20 +00:00
redundancy-elimination.cc
[zone] Cleanup zone allocations in src/compiler and tests, pt.3
2020-07-10 16:39:05 +00:00
redundancy-elimination.h
[zone] Cleanup zone allocations in src/compiler and tests, pt.3
2020-07-10 16:39:05 +00:00
refs-map.cc
[base] Store AllocationPolicy object in TemplateHashMapImpl instance
2020-07-15 15:56:06 +00:00
refs-map.h
[base] Store AllocationPolicy object in TemplateHashMapImpl instance
2020-07-15 15:56:06 +00:00
representation-change.cc
[respect] Clean compiler and codegen directories
2020-06-24 15:47:43 +00:00
representation-change.h
[respect] Clean compiler and codegen directories
2020-06-24 15:47:43 +00:00
schedule.cc
[zone] Cleanup zone allocations in src/compiler and tests, pt.3
2020-07-10 16:39:05 +00:00
schedule.h
[TurboProp] Have BasicBlockUpdater update successor's predecessors on AddThrow.
2019-10-28 10:38:52 +00:00
scheduled-machine-lowering.cc
[Turbofan] Make GraphAssembler respect a Reducer context
2020-09-29 09:54:41 +00:00
scheduled-machine-lowering.h
[turbofan] make GraphAssembler isolate independent
2019-12-23 13:47:29 +00:00
scheduler.cc
[compiler][heap] Add safepointing to TickCounter's tick method
2020-07-28 15:29:36 +00:00
scheduler.h
Profile-guided optimization of builtins
2020-07-22 17:12:23 +00:00
select-lowering.cc
[turbofan] make GraphAssembler isolate independent
2019-12-23 13:47:29 +00:00
select-lowering.h
[turbofan] make GraphAssembler isolate independent
2019-12-23 13:47:29 +00:00
serializer-for-background-compilation.cc
[cleanup] Clean up SYNCHRONIZED_ACCESSORS macro naming and its uses
2020-10-05 11:01:22 +00:00
serializer-for-background-compilation.h
[TurboFan] Don't run child serializer if inlining is turned off
2019-11-25 16:34:08 +00:00
serializer-hints.h
Revert "[turbofan] Make hints equality cheaper using hashing"
2020-01-21 10:26:12 +00:00
simd-scalar-lowering.cc
[wasm-simd][scalar-lowering] Implement the rest of SimdType conversions
2020-10-07 23:43:00 +00:00
simd-scalar-lowering.h
[wasm-simd][scalar-lowering] Fix lowering for f64x2
2020-09-23 16:44:24 +00:00
simplified-lowering.cc
[turbofan] Add float/double support for fast API calls
2020-10-02 08:26:06 +00:00
simplified-lowering.h
[turbofan] introduce a deterministic tick measurement and assert optimization doesn't take too long
2019-07-17 07:00:00 +00:00
simplified-operator-reducer.cc
[turbofan] Reduce consecutive overflow addition with constants
2020-09-22 16:17:53 +00:00
simplified-operator-reducer.h
[turbofan] Remove a dead declaration
2019-11-25 14:27:28 +00:00
simplified-operator.cc
[nci] Implement tier-up (part 3, spawn task & install)
2020-09-10 12:50:05 +00:00
simplified-operator.h
[nci] Implement tier-up (part 3, spawn task & install)
2020-09-10 12:50:05 +00:00
state-values-utils.cc
[base] Store AllocationPolicy object in TemplateHashMapImpl instance
2020-07-15 15:56:06 +00:00
state-values-utils.h
[cleanup] Split src/zone/zone.h header
2020-07-08 10:30:20 +00:00
store-store-elimination.cc
[nci] Implement tier-up (part 3, spawn task & install)
2020-09-10 12:50:05 +00:00
store-store-elimination.h
[compiler] Remove implementation details from store-store header
2019-09-05 07:59:20 +00:00
type-cache.cc
v8: Fix -Wextra-semi warnings, enable warning.
2019-02-13 14:11:28 +00:00
type-cache.h
[compiler] Fix ArgumentsLength confusing semantics in EscapeAnalysisReducer
2020-07-29 11:07:38 +00:00
type-narrowing-reducer.cc
[cleanup] Remove unnecessary include
2019-02-26 15:54:51 +00:00
type-narrowing-reducer.h
typed-optimization.cc
[turbofan] Fix bug in TypedOptimization::ReduceMaybeGrowFastElements
2020-06-05 06:21:35 +00:00
typed-optimization.h
[turbofan] Distinguish two further modes of CheckBounds
2020-04-27 19:45:35 +00:00
typer.cc
[cleanup] Remove 'RT' suffix on Runtime ToString function
2020-09-25 21:18:32 +00:00
typer.h
[turbofan] introduce a deterministic tick measurement and assert optimization doesn't take too long
2019-07-17 07:00:00 +00:00
types.cc
Reland^4 "[serializer] Allocate during deserialization"
2020-10-07 08:15:50 +00:00
types.h
[zone] Cleanup zone allocations in src/compiler and tests, pt.3
2020-07-10 16:39:05 +00:00
value-numbering-reducer.cc
value-numbering-reducer.h
Move remaining files in src/
2019-05-24 18:24:36 +00:00
verifier.cc
[nci] Implement tier-up (part 3, spawn task & install)
2020-09-10 12:50:05 +00:00
verifier.h
Move remaining files in src/
2019-05-24 18:24:36 +00:00
wasm-compiler.cc
[wasm-simd][arm64] prototype i64x2 widen i32x4
2020-10-08 00:09:40 +00:00
wasm-compiler.h
[wasm][cleanup] Expose fewer methods for building constants
2020-10-06 10:39:40 +00:00
write-barrier-kind.h
Reland: [csa] verify skipped write-barriers in MemoryOptimizer
2019-05-15 11:46:30 +00:00
zone-stats.cc
[zone-compr] Add kCompressGraphZone constant
2020-07-24 08:50:11 +00:00
zone-stats.h
[zone-compr] Add kCompressGraphZone constant
2020-07-24 08:50:11 +00:00