Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After applying the langtools-tailcall-goto.patch (to the langtools directory) we can mark calls as tail calls using the 'goto' prefix before a method invocation in java. Above bytecode example is generated by javac from following java code.

...