gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP by iritkatriel · Pull Request #102870 · python/cpython · GitHub

github.com

Tin mới

iritkatriel:remove-JUMP_IF_FALSE_OR_POP

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP #102859

: remove opcodes JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE…

awaiting core review

awaiting core review

Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP faster-cpython/ideas#567

Merge remote-tracking branch 'upstream/main' into remove-JUMP_IF_FALS…

View reviewed changes

Merge branch 'main' into remove-JUMP_IF_FALSE_OR_POP

https://github.com/faster-cpython/benchmarking-public/tree/main/results/bm-20230322-3.12.0a6+-b2bf829

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

🔨 test-with-refleak-buildbots

🔨 test-with-refleak-buildbots

make remove_redundant_nops_and_pairs safe

Merge remote-tracking branch 'upstream/main' into remove-JUMP_IF_FALS…

: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (

: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (

Reduce usage JumpIfTrueOrPop & JumpIfFalseOrPop opcdes. Refactor compile_compare RustPython/RustPython#6524