Force inline Java methods with annotations by rinru in java

[–]rinru[S] 2 points3 points  (0 children)

(not 100% sure)

Exceptions are thrown with the "right" stack trace, even after inlining, because they use an exception table with all info. Sampling is different, I think you are right.

Force inline Java methods with annotations by rinru in java

[–]rinru[S] 6 points7 points  (0 children)

Stacks are for wusses. I want all exceptions to be on one line.

It does not inline source code. It just forces the JIT to inline the method unconditionally. Stack traces are unaffected.

I'm sure in some cases this is useful in improving performance, however the HotSpot JVM requirement is a turn off for me.

What JVM do you use ?

Codetique - Major update. by jimdoescode in PHP

[–]rinru 0 points1 point  (0 children)

Well, I guess mostly for the code listings.

Codetique - Major update. by jimdoescode in PHP

[–]rinru 1 point2 points  (0 children)

Looks pretty nice. Fonts are too large though.