Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/v8/src/codegen/riscv/assembler-riscv.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ class V8_EXPORT_PRIVATE Assembler : public AssemblerBase,
public:
// We leave space for a number of trampoline pool slots, so we do not
// have to pass in an explicit margin for all scopes.
static constexpr int kGap = kTrampolineSlotsSize * 16;
static constexpr int kGap = kTrampolineSlotsSize * 32;

explicit BlockPoolsScope(Assembler* assem, int margin = 0)
: BlockPoolsScope(assem, ConstantPoolEmission::kCheck, margin) {}
Expand Down
Loading