Displaying 2 results from an estimated 2 matches for "oldtonew".
Did you mean:
oldtoker
2001 Feb 20
2
segfault
...ollowing section from
src/main/memory.c
#ifndef EXPEL_OLD_TO_NEW
/* scan nodes in uncollected old generations with old-to-new pointers */
for (gen = num_old_gens_to_collect; gen < NUM_OLD_GENERATIONS; gen++)
for (i = 0; i < NUM_NODE_CLASSES; i++)
for (s = NEXT_NODE(R_GenHeap[i].OldToNew[gen]);
s != R_GenHeap[i].OldToNew[gen];
s = NEXT_NODE(s))
FORWARD_CHILDREN(s);
#endif
I'm using
> version
_
platform sparc-sun-solaris2.6
arch sparc
os solaris2.6
system sparc, solaris2.6
status Patched
major 1
minor 2.1
year 2001
month 02
day...
2010 Jan 26
0
[LLVMdev] New inliner metrics
...ly the inliner too.
The new metrics should be more accurate, particularly for small functions. I have calculated the old and new inlining cost for almost 100000 call sites in the test suite, results plotted below:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: oldtonew.pdf
Type: application/pdf
Size: 38721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100126/2067728e/attachment.pdf>
-------------- next part --------------
The band of red colors just above the diagonal show that the typical call site now has a cost 2...