« Return to Thread: [rvm-research] Scalar allocation

[rvm-research] Scalar allocation

by Dingwen Yuan :: Rate this Message:

Reply to Author | View in Thread

Hi all,

Suppose I want to capture the allocation of all scalar objects. I did
so by adding some code in the function "public static Object
resolvedNewScalar(int size, Object[] tib, boolean hasFinalizer, int
allocator, int align,int offset, int site)", however I found, with an
opt compilation, the execution of this function can be optimized away.
Is it possible to have such a situation? And what can I do to capture
those objects?

regards,

Dingwen

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Jikesrvm-researchers mailing list
Jikesrvm-researchers@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-researchers

 « Return to Thread: [rvm-research] Scalar allocation