Skip to content
Snippets Groups Projects
  1. Aug 13, 2004
  2. Aug 12, 2004
  3. Aug 09, 2004
  4. Aug 08, 2004
  5. Aug 07, 2004
  6. Aug 06, 2004
  7. Aug 04, 2004
    • rtoy's avatar
      Port of Juho Snellman's faster bignum-gcd, which uses Euclid's · 2ec04f32
      rtoy authored
      algorithm to make the bignums roughly the same size before running
      binary gcd.
      2ec04f32
    • rtoy's avatar
      On sparc, undefined_tramp and closure_tramp are foreign data, not · efd44e7b
      rtoy authored
      foreign functions for linkage table stuff.  (This should probably be
      changed.)
      
      In cold-fdefinition-object and cold-fset, we call
      lookup-foreign-symbol and stuff away the address of the entry in the
      linkage-table.  I think we really want the contents of the entry since
      that contains the actual address for these functions.
      
      Thus, change lookup-foreign-symbol to take an link-type arg, and for
      sparc, when the link-type is :data, return the value from the
      linkage-table entry instead of returning the address of the
      linkage-table entry.
      
      I hope this fixes the occasional problem with undefined functions
      giving sigbus instead of an undefined-function error when loading
      kernel.core.
      efd44e7b
    • cwang's avatar
      Fix purify for strings and vectors. · 54a25c80
      cwang authored
      Change offset_vector back to an unsigned int* because it still has
      32-bit elements on amd64. Eventually we will make this consistent with
      internals.h. This creates a compiler warning, sigh.
      54a25c80
    • cwang's avatar
      Try to make backtrace work on amd64 · 85f431aa
      cwang authored
      85f431aa
  8. Aug 03, 2004
  9. Aug 02, 2004
  10. Jul 30, 2004
  11. Jul 29, 2004
  12. Jul 28, 2004
  13. Jul 27, 2004
Loading