I am studying Harmony DRLVM code as a beginner.
When I was debugging the gc module,
This method:
hy_inline hythread_t VMCALL hythread_self() {
    return tm_self_tls;
}
in hythread.h:515 is called frequenctly

But I am not sure whether tm_self_tls is a global var or a macro defined in
other file.
I tried to use "si" of gdb before this method returned, but it seem go to
some asm code without source information.

I am confused here.

-- 
>From : [EMAIL PROTECTED] School of Fudan University

Reply via email to