Skip to content

Commit

Permalink
Merge pull request #791 from ScorexFoundation/v5.0-jitc-for-changed-f…
Browse files Browse the repository at this point in the history
…eature-testing

v5.0 jitc for changed feature testing
  • Loading branch information
aslesarenko authored Apr 23, 2022
2 parents d4dadd1 + 0d8e873 commit 743123c
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 245 deletions.
2 changes: 1 addition & 1 deletion sigmastate/src/main/scala/sigmastate/Values.scala
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ object Values {
Colls.fromArray(is)
}
}
object ConcreteCollection extends ValueCompanion {
object ConcreteCollection extends FixedCostValueCompanion {
override def opCode: OpCode = ConcreteCollectionCode
/** Cost of: allocating new collection
* @see ConcreteCollection_PerItem */
Expand Down
Loading

0 comments on commit 743123c

Please sign in to comment.