Implement lazy computation of the symbol hash. The hash is set to
zero on creation, and is computed when sxhash is called, which is then cached.
Showing
- code/exports.lisp 2 additions, 2 deletionscode/exports.lisp
- code/symbol.lisp 5 additions, 3 deletionscode/symbol.lisp
- compiler/generic/objdef.lisp 5 additions, 1 deletioncompiler/generic/objdef.lisp
- compiler/generic/vm-tran.lisp 15 additions, 2 deletionscompiler/generic/vm-tran.lisp
- compiler/globaldb.lisp 7 additions, 5 deletionscompiler/globaldb.lisp
- compiler/sparc/cell.lisp 6 additions, 1 deletioncompiler/sparc/cell.lisp
- compiler/x86/cell.lisp 6 additions, 1 deletioncompiler/x86/cell.lisp
Loading
Please register or sign in to comment