projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
dd92bd1
)
1.0.37.36: revisit FIND/POSITION bounds checking on lists
author
Nikodemus Siivola
<nikodemus@random-state.net>
Sun, 4 Apr 2010 09:03:08 +0000
(09:03 +0000)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Sun, 4 Apr 2010 09:03:08 +0000
(09:03 +0000)
The spec doesn't actually /require/ us to signal an error if we
are not in danger of running out of bounds as far as I can tell.
So don't traverse the entire list during forward searches if we
find what we are looking for before specified :END or the list end.
Patch by Alec Berryman.
This revisits lp#452008, and fixed lp#554385.
No differences found