File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
cost-model/create-cost-model
plutus-core/src/PlutusCore/Evaluation/Machine Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,6 @@ builtinMemoryModels = BuiltinCostModelBase
170
170
, paramFindFirstSetBit = Id $ ModelOneArgumentConstantCost 1
171
171
, paramRipemd_160 = Id $ hashMemModel Hash. ripemd_160
172
172
, paramExpModInteger = Id $ ModelThreeArgumentsLinearInZ identityFunction
173
- -- paramCaseList
174
- -- paramCaseData
175
173
, paramDropList = Id $ ModelTwoArgumentsConstantCost 4
176
174
, paramLengthOfArray = Id $ ModelOneArgumentConstantCost 10
177
175
, paramListToArray = Id $ ModelOneArgumentLinearInX $ OneVariableLinearFunction 7 1
Original file line number Diff line number Diff line change @@ -270,8 +270,6 @@ createBuiltinCostModel bmfile rfile = do
270
270
paramRipemd_160 <- getParams readCF1 paramRipemd_160
271
271
-- Batch 6
272
272
paramExpModInteger <- getParams readCF3 paramExpModInteger
273
- -- paramCaseList
274
- -- paramCaseData
275
273
paramDropList <- getParams readCF2 paramDropList
276
274
-- Arrays
277
275
paramLengthOfArray <- getParams readCF1 paramLengthOfArray
Original file line number Diff line number Diff line change @@ -186,8 +186,6 @@ data BuiltinCostModelBase f =
186
186
, paramRipemd_160 :: f ModelOneArgument
187
187
-- Batch 6
188
188
, paramExpModInteger :: f ModelThreeArguments
189
- -- , paramCaseList here
190
- -- , paramCaseData here
191
189
, paramDropList :: f ModelTwoArguments
192
190
-- Arrays
193
191
, paramLengthOfArray :: f ModelOneArgument
Original file line number Diff line number Diff line change @@ -348,8 +348,6 @@ unitCostBuiltinCostModel = BuiltinCostModelBase
348
348
, paramRipemd_160 = unitCostOneArgument
349
349
-- Batch 6
350
350
, paramExpModInteger = unitCostThreeArguments
351
- -- paramCaseList
352
- -- paramCaseData
353
351
, paramDropList = unitCostTwoArguments
354
352
-- Arrays
355
353
, paramLengthOfArray = unitCostOneArgument
You can’t perform that action at this time.
0 commit comments