search for: prtcimspecificdatatyp

Displaying 3 results from an estimated 3 matches for "prtcimspecificdatatyp".

Did you mean: prtcimspecificdatatype
2011 Jul 07
0
[LLVMdev] Improving Garbage Collection
...********************************************************************************* */ typedef struct PrtCodeInfoManagerStruct *PrtCodeInfoManager; /* Type of client-specified data that a client can associate with each code range with a prtCodeInfoManager. */ typedef struct PrtCimSpecificDataStruct *PrtCimSpecificDataType; /* * A set of callback functions implemented by a producer of managed code (e.g., a JIT or static compiler) that the PRT * can call as part of its implementation of stack walking, root set enumeration, exception handling, etc. These are * used to define a CodeInfoManager. */ struct PrtCo...
2011 Jul 07
4
[LLVMdev] Improving Garbage Collection
On 07.07.2011 08:31, Nate Fries wrote: > On 7/6/2011 6:24 PM, Talin wrote: >> The LLVM code generators and analysis passes have a much more >> thorough knowledge of SSA value lifetimes than frontends do, and >> therefore could avoid spilling and reloading of values when it wasn't >> needed. > Although this would indeed be nice, it is not done by similar >
2011 Jul 07
2
[LLVMdev] Improving Garbage Collection
...****************************************************** **** */**** ** ** typedef struct PrtCodeInfoManagerStruct *PrtCodeInfoManager;**** /* Type of client-specified data that a client can associate with each code range with a prtCodeInfoManager. */**** typedef struct PrtCimSpecificDataStruct *PrtCimSpecificDataType;**** ** ** /* **** * A set of callback functions implemented by a producer of managed code (e.g., a JIT or static compiler) that the PRT**** * can call as part of its implementation of stack walking, root set enumeration, exception handling, etc. These are**** * used to define a CodeInf...