You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible, as demonstrated by #10298, for a live memory pointer to exist only in a register when gc_collect is called. ports/espressif/mphalport.c:cpu_get_regs_and_sp() implements register spill for Xtensa processors. Similar spilling needs to be implemented, in a processor-dependent fashion, for other target processor architectures.
The text was updated successfully, but these errors were encountered:
It is possible, as demonstrated by #10298, for a live memory pointer to exist only in a register when
gc_collect
is called.ports/espressif/mphalport.c:cpu_get_regs_and_sp()
implements register spill for Xtensa processors. Similar spilling needs to be implemented, in a processor-dependent fashion, for other target processor architectures.The text was updated successfully, but these errors were encountered: