Skip to content

Instantly share code, notes, and snippets.

@emkay
Created March 19, 2014 21:19
Show Gist options
  • Save emkay/9651597 to your computer and use it in GitHub Desktop.
Save emkay/9651597 to your computer and use it in GitHub Desktop.
function willNotInline() {
/*
--------------------------------------------------------------------------
--------------------------------------------------------------------------
--------------------------------------------------------------------------
--------------------------------------------------------------------------
--------------------------------------------------------------------------
--------------------------------------------------------------------------
--------------------------------------------------------------------------
--------------------------------------------------------------------------
*/
return true;
}
for (var i = 0; i < 1000000; i++) {
willNotInline();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment