search for: precal

Displaying 4 results from an estimated 4 matches for "precal".

Did you mean: preval
2011 Jul 19
0
[LLVMdev] Improving Garbage Collection
...hey implicit as being at all call sites (which begs the question > what about leaves > in the call tree, how does GC get started at all in that case). > > The LLVM linker has a feature where you can specify what kind of safe points your collector requires - the options are Loop, Return, PreCall and PostCall. You can also override this behavior and examine each instruction and return a boolean indicating whether it is or isn't a safe point. Currently I only have function calls as safe points, although I may eventually enable loops as well. As far as leaf functions go, consider that t...
2011 Jul 18
3
[LLVMdev] Improving Garbage Collection
Talin, do you identify safe-points in the current or proposed llvm scheme, and if so how, or are they implicit as being at all call sites (which begs the question what about leaves in the call tree, how does GC get started at all in that case). Peter Lawrence.
2011 Jul 19
3
[LLVMdev] Improving Garbage Collection
...being at all call sites (which begs the > question what about leaves > in the call tree, how does GC get started at all in that case). > > The LLVM linker has a feature where you can specify what kind of > safe points your collector requires - the options are Loop, Return, > PreCall and PostCall. You can also override this behavior and > examine each instruction and return a boolean indicating whether it > is or isn't a safe point. > > Currently I only have function calls as safe points, although I may > eventually enable loops as well. As far as leaf...
2011 Jul 20
0
[LLVMdev] Improving Garbage Collection
...icit as being at all call sites (which begs the question what about leaves >> in the call tree, how does GC get started at all in that case). >> >> The LLVM linker has a feature where you can specify what kind of safe points your collector requires - the options are Loop, Return, PreCall and PostCall. You can also override this behavior and examine each instruction and return a boolean indicating whether it is or isn't a safe point. >> >> Currently I only have function calls as safe points, although I may eventually enable loops as well. As far as leaf functions g...