mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 20:20:24 +02:00
cse hashing tweak
* module/language/tree-il/cse.scm (cse): Minor tweak to hash depth based on time profile of compiling peval.scm.
This commit is contained in:
parent
036c366dc2
commit
3db8f60977
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@
|
|||
(/ (string-length (symbol->string (struct-layout x))) 2))
|
||||
|
||||
(define hash-bits (logcount most-positive-fixnum))
|
||||
(define hash-depth 3)
|
||||
(define hash-depth 4)
|
||||
(define hash-width 3)
|
||||
(define (hash-expression exp)
|
||||
(define (hash-exp exp depth)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue