having new variable 'inter' in-between "reorder/antialias" and "hybrid" in order...
[IRC.git] / Robust / src / Runtime / callconventions
1 All calling conventions for native methods are #defines
2
3 We support two types of garbage collectors
4 1. Precise Garbage Collector
5 2. Conservative Garbage Collector
6
7 CALLXX => CALL, no of additional parameters other than the name, no of parameters for garbage collection
8 for e.g. 
9 CALL11(x, y, y)
10 call, 1= number of parameters i.e. y,  1= No of parameters to be garbage collected i.e. y