#231 closed task (fixed)
clean up unsafeness declarations in core libraries
| Reported by: | felix winkelmann | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | not urgent at all | Milestone: | |
| Component: | core libraries | Version: | |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
Common unsafeness decls should go into "unsafe-declarations.scm" and cleaned up. Conditionalize on debugbuild instead of paranoia).
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
implemented in commit 6a679103a60c60322bdc509ea374bd756703c685 (experimental), but not fully tested, yet.
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This could also use the new
no-procedure-checks-for-toplevel-bindings, which may significantly reduce checking of procedures in core libraries: procedures passed into library functions that all them still will be checked, but most calls among library functions can thus be optimized.