Skip to content

Commit

Permalink
Only call jv_cmp() for comparison operators when constant folding
Browse files Browse the repository at this point in the history
Also use jv_equal() to constant fold == and != instead of jv_cmp() to
match the implementation of _equal and _notequal.
  • Loading branch information
emanuele6 committed Aug 3, 2023
1 parent d8327a9 commit be89cd0
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 408 deletions.
Loading

0 comments on commit be89cd0

Please sign in to comment.