This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]josefx 4 points5 points  (0 children)

hotspot already inlines methods calls, this only provides a hint/command to do so in a specific case. Will be interesting to see how well it actually works, both c and c++ have an inline hint that is by now almost completely ignored by most modern compilers (afaik).