In:

TYPED:: transform ( t: T1  object: Obj -- object_out: Obj ) ... ;


PAIR-M:: T1 Obj trfm transform ;

TYPED:: some_other_func ( t: T1  object: Obj -- )
  trfm drop ;


In this case, does the trfm dispatch happen dynamically or at compile time.
More generally, if factor sees a sitauation of
  A B C

where C = a Pair-Generic: , A & B 's types are both known then does factor
do the dispatch at run time or at compile time?

Bonus points: if statically, can you point me to which line of the factor
compiler this happens at?

Thanks!
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to