> hi,
> 
> when i call a gambas function that is not in any component, e.g. Abs(),
> what is called internally? i'm currently studying the interpreter
> internals but didn't come far enough yet to figure that out by myself (i
> focused on the gambas api first). may it be these "subr" files? is there
> a central structure like GB to collect them?
> 
> regards,
> tobi
> 

Native functions are implemented in subr_*.c files. These functions are called 
directly from the main interpreter bytecode dispatch loop located in 
exec_loop.c

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to