[PATCH] D144701: [COFF] Put jump table in .rdata for Windows
Wei Xiao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 27 18:24:59 PST 2023
wxiao3 added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:74
+static cl::opt<bool> JumpTableInFunctionSection(
+ "jumptable-in-function-section", cl::Hidden, cl::init(false),
----------------
LuoYuanke wrote:
> Not sure if it worth to have a feature tuning for this.
I don't think tuning is needed here because It's not related to specific processor.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144701/new/
https://reviews.llvm.org/D144701
More information about the llvm-commits
mailing list