Skip to content
Snippets Groups Projects
Commit dd4956aa authored by wlott's avatar wlott
Browse files

Several gengc fixes:

 - fixed make-return-pc-save-location to use the fixnum primitive type
 - fixed {multiple-,}call-local to recompute code, because if the
   local-called function tail-calls some other function, then code will be
   that other function's component.
 - moved around the trace-table-call-site entries.  Now, call-site imples
   OCPF holds the frame pointer.  Except not really, because local call
   puts the old cfp wherever it wants.
parent 0abc275b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment