Uh oh!
There was an error while loading. Please reload this page.
gh-93554: Conditional jumps only jump forward - #96318
Conversation
bedevere-bot
commented
Aug 26, 2022
🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit 8a3d017 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
brandtbucher
left a comment
There was a problem hiding this comment.
Thanks for doing this!
Just curious, have you benchmarked this change?
We might also consider adding a test that loops ending in branches can still quicken code. For example, something like: deff(x: bool) ->None:
foriinrange(1_000_000):
ifx:
passToday Ditto for defw() ->None:
i=0whilei<1_000_000:
i+=1 |
iritkatriel
commented
Aug 30, 2022
I haven't yet. |
iritkatriel
commented
Aug 31, 2022
Where does such a test belong? |
bedevere-bot
commented
Sep 1, 2022
🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit e87887c 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
iritkatriel
commented
Sep 1, 2022
I'll merge this while the buildbots are happy with it, we can add more tests (for specialisation etc) in a followup PR. |
Uh oh!
There was an error while loading. Please reload this page.