Open
Description
I'd like to move threads forward a little bit. We need to insert calls to RhpGcPoll
(currently a NOP) into the generated code, I think we are going to do this when making managed calls, is that enough places? Are we concerned with a method that has a long running loop that makes no calls?
Secondly, should we be doing this in llvmlower.cpp
or in fgInsertGCPolls
or... ?
Thanks.