Skip to content

Commit

Permalink
Add a disable constant pool flag
Browse files Browse the repository at this point in the history
  • Loading branch information
luyahan authored and obycode committed Sep 17, 2020
1 parent c7bf77a commit cc79d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flags/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,7 @@ DEFINE_STRING(sim_arm64_optional_features, "none",
"enable optional features on the simulator for testing: none or "
"all")
DEFINE_BOOL(debug_riscv, false, "enable debug prints")
DEFINE_BOOL(disable_constant_pool, false, "disable constant pool (RISCV only)")

// Controlling source positions for Torque/CSA code.
DEFINE_BOOL(enable_source_at_csa_bind, false,
Expand Down

0 comments on commit cc79d24

Please sign in to comment.