Skip to content

Commit

Permalink
add inefficiency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Jul 20, 2024
1 parent e2adf66 commit 8a03fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions results.nim
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ type
## https://github.com/nim-lang/Nim/issues/8745 - genericReset slow
## https://github.com/nim-lang/Nim/issues/13879 - double-zero-init slow
## https://github.com/nim-lang/Nim/issues/14318 - generic error raises pragma (fixed in 1.6.14+)

# https://github.com/nim-lang/Nim/issues/20699 (fixed in 2.0.0+)
## https://github.com/nim-lang/Nim/issues/23741 - inefficient codegen for temporaries
## https://github.com/nim-lang/Nim/issues/20699 (fixed in 2.0.0+)
# case oResultPrivate: bool
# of false:
# eResultPrivate: E
Expand Down

0 comments on commit 8a03fb2

Please sign in to comment.