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
A while ago I've found a simple gc to use on a simple LISP implementation to be compiled with ppci-cc. What is lacking on master is __builtin_frame_address(0) and set/longjmp. Do you think this gc would be an interesting example to place inside tools? I have fixes for these two (x86_64). Instead of using a builtin __builtin_frame_address, I've made changes in the inline asm to allow something like this:
A while ago I've found a simple gc to use on a simple LISP implementation to be compiled with ppci-cc. What is lacking on master is
__builtin_frame_address(0)
andset/longjmp
. Do you think this gc would be an interesting example to place insidetools
? I have fixes for these two (x86_64
). Instead of using a builtin__builtin_frame_address
, I've made changes in the inline asm to allow something like this:The text was updated successfully, but these errors were encountered: