Compare commits

..

1 Commits

Author SHA1 Message Date
Alex Eyers-Taylor
47d2ed5fed XXX: Disable dynamic join in some cases 2024-05-23 18:18:11 +01:00
4 changed files with 5 additions and 2 deletions

View File

@@ -317,6 +317,7 @@ private module Cached {
}
cached
pragma[no_dynamic_join_order]
Instruction getChiInstructionTotalOperand(ChiInstruction chiInstr) {
exists(
Alias::VirtualVariable vvar, OldInstruction oldInstr, OldBlock defBlock, int defRank,

View File

@@ -317,6 +317,7 @@ private module Cached {
}
cached
pragma[no_dynamic_join_order]
Instruction getChiInstructionTotalOperand(ChiInstruction chiInstr) {
exists(
Alias::VirtualVariable vvar, OldInstruction oldInstr, OldBlock defBlock, int defRank,

View File

@@ -13,12 +13,12 @@
}
}
{
"markdownMessage": "C# was extracted with build-mode set to 'none'. This means that all C# source in the working directory will be scanned, with build tools, such as Nuget and Dotnet CLIs, only contributing information about external dependencies.",
"markdownMessage": "C# with build-mode set to 'none'. This means that all C# source in the working directory will be scanned, with build tools, such as Nuget and Dotnet CLIs, only contributing information about external dependencies.",
"severity": "note",
"source": {
"extractorName": "csharp",
"id": "csharp/autobuilder/buildless/mode-active",
"name": "C# was extracted with build-mode set to 'none'"
"name": "C# with build-mode set to 'none'"
},
"visibility": {
"cliSummaryTable": true,

View File

@@ -659,6 +659,7 @@ module MakeImplCommon<LocationSig Location, InputSig<Location> Lang> {
predicate expectsContentCached(Node n, ContentSet c) { expectsContent(n, c) }
cached
pragma[no_dynamic_join_order]
predicate isUnreachableInCallCached(Node n, DataFlowCall call) { isUnreachableInCall(n, call) }
cached