[issue47120] Make all jump opcodes relative

2022-04-07 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30427 pull_request: https://github.com/python/cpython/pull/32400 ___ Python tracker ___

[issue47120] Make all jump opcodes relative

2022-04-06 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30408 pull_request: https://github.com/python/cpython/pull/32359 ___ Python tracker ___

[issue47120] Make all jump opcodes relative

2022-04-06 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30405 pull_request: https://github.com/python/cpython/pull/32353 ___ Python tracker ___

[issue47120] Make all jump opcodes relative

2022-04-05 Thread Irit Katriel
Irit Katriel added the comment: New changeset 0aa8d5cbd89cf3b61d7e8626f3a7b9c4881dfd70 by Irit Katriel in branch 'main': bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221) https://github.com/python/cpython/commit/0aa8d5cbd89cf3b61d7e8626f3a7b9c4881dfd70 --

[issue47120] Make all jump opcodes relative

2022-03-31 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47120] Make all jump opcodes relative

2022-03-31 Thread Brandt Bucher
Brandt Bucher added the comment: Another benefit of this work is that we'll be able to remove `first_instr` from the eval loop. -- ___ Python tracker ___

[issue47120] Make all jump opcodes relative

2022-03-31 Thread Brandt Bucher
Change by Brandt Bucher : -- nosy: +brandtbucher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47120] Make all jump opcodes relative

2022-03-31 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30296 pull_request: https://github.com/python/cpython/pull/32221 ___ Python tracker ___

[issue47120] Make all jump opcodes relative

2022-03-31 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30291 pull_request: https://github.com/python/cpython/pull/32215 ___ Python tracker ___

[issue47120] Make all jump opcodes relative

2022-03-31 Thread Mark Shannon
Mark Shannon added the comment: New changeset a00518d9ad9a8f408a9699191019d75dd8406c32 by Irit Katriel in branch 'main': bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115) https://github.com/python/cpython/commit/a00518d9ad9a8f408a9699191019d75dd8406c32

[issue47120] Make all jump opcodes relative

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +30191 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32115 ___ Python tracker ___

[issue47120] Make all jump opcodes relative

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- title: Make all jumps relative -> Make all jump opcodes relative ___ Python tracker ___ ___