Skip to content

Commit 74bdd1d

Browse files
committed
Use LLVMDictOptimizedLinearProbing by default
1 parent 3f371f2 commit 74bdd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libasr/codegen/asr_to_llvm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class ASRToLLVMVisitor : public ASR::BaseVisitor<ASRToLLVMVisitor>
238238
llvm_utils(std::make_unique<LLVMUtils>(context, builder.get())),
239239
list_api(std::make_unique<LLVMList>(context, llvm_utils.get(), builder.get())),
240240
tuple_api(std::make_unique<LLVMTuple>(context, llvm_utils.get(), builder.get())),
241-
dict_api(std::make_unique<LLVMDict>(context, llvm_utils.get(), builder.get())),
241+
dict_api(std::make_unique<LLVMDictOptimizedLinearProbing>(context, llvm_utils.get(), builder.get())),
242242
arr_descr(LLVMArrUtils::Descriptor::get_descriptor(context,
243243
builder.get(),
244244
llvm_utils.get(),

0 commit comments

Comments
 (0)