adjust compute-size-increments
test for interpreter
original commit: 7b64c7701664d11cd5ab6a777dc0993456513c82
This commit is contained in:
parent
a585c64390
commit
c069bbf219
|
@ -1147,8 +1147,9 @@
|
|||
(compute-size-increments (list th))
|
||||
;; Main result: detected size of `bstr` in the thread
|
||||
;; while it was part of the continuation
|
||||
(and (> (car pre-sizes) N)
|
||||
(< (car post-sizes) N))))))
|
||||
(or (eq? (current-eval) interpret) ; interpreter continuaton is not precise enough
|
||||
(and (> (car pre-sizes) N)
|
||||
(< (car post-sizes) N)))))))
|
||||
)
|
||||
|
||||
(mat compute-composition
|
||||
|
|
Loading…
Reference in New Issue
Block a user