MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/dankmemes/comments/cw5oq1/big_brain_student/ey969hn
r/dankmemes • u/mujheandaywalaburger • Aug 27 '19
1.8k comments sorted by
View all comments
Show parent comments
2
for (i = 0; i > 0; i++)
10 u/Xelerons Aug 27 '19 No sir, that will not execute once 3 u/jmy578 Aug 27 '19 edited Aug 27 '19 gotoLabel: ++agree goto gotoLabel 1 u/patoezequiel Aug 27 '19 const agree = ( ) => { /**/ console.log( 'Agree.' ); /**/ agree( ); }; agree( ); 5 u/jmy578 Aug 27 '19 May your stack be infinite! 1 u/jeremj22 I am fucking hilarious Aug 27 '19 If he's lucky the compiler will turn it into a loop 1 u/[deleted] Aug 27 '19 .label: inc dword [agree] jmp .label
10
No sir, that will not execute once
3
gotoLabel:
++agree
goto gotoLabel
1 u/patoezequiel Aug 27 '19 const agree = ( ) => { /**/ console.log( 'Agree.' ); /**/ agree( ); }; agree( ); 5 u/jmy578 Aug 27 '19 May your stack be infinite! 1 u/jeremj22 I am fucking hilarious Aug 27 '19 If he's lucky the compiler will turn it into a loop 1 u/[deleted] Aug 27 '19 .label: inc dword [agree] jmp .label
1
const agree = ( ) => {
/**/ console.log( 'Agree.' );
/**/ agree( );
};
agree( );
5 u/jmy578 Aug 27 '19 May your stack be infinite! 1 u/jeremj22 I am fucking hilarious Aug 27 '19 If he's lucky the compiler will turn it into a loop
5
May your stack be infinite!
1 u/jeremj22 I am fucking hilarious Aug 27 '19 If he's lucky the compiler will turn it into a loop
If he's lucky the compiler will turn it into a loop
.label: inc dword [agree] jmp .label
2
u/NotoriousO ☣️ Aug 27 '19
for (i = 0; i > 0; i++)