Skip to content

Instantly share code, notes, and snippets.

@Constellation
Created August 8, 2016 12:03
Show Gist options
  • Save Constellation/b486c2461b23a47cae12651002e750c3 to your computer and use it in GitHub Desktop.
Save Constellation/b486c2461b23a47cae12651002e750c3 to your computer and use it in GitHub Desktop.
function test()
{
...
}
noInline(test);
for (var i = 0; i < 1e4; ++i)
test(); // test will be compiled in FTL if test does not have any problems in FTL (for example, if the test contains the bytecode that is not supported in FTL, compiling in FTL fails)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment