Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
bec6e707
Commit
bec6e707
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
3/23/92 to 3/29/92
parent
d6eeece3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
general-info/alpha-notes-thru-92.txt
+56
-0
56 additions, 0 deletions
general-info/alpha-notes-thru-92.txt
with
56 additions
and
0 deletions
general-info/alpha-notes-thru-92.txt
+
56
−
0
View file @
bec6e707
3/23/92 to 3/29/92
Code:
Adjust-array has been updated to be ANSI compliant by allowing arrays which
were not created with :adjustable non-nil to be adjusted to new dimensions.
Adjustable-array-p has been updated to ANSI standards. It returns T if adjust
ADJUST-ARRAY would return an EQ array.
Fixed DESCRIBE of alien variables.
Fixed EVAL of alien variables. We just hand it off to the real
interpreter.
Fixed DEFINE-CONDITION to clean up the slot description before handing it
to defstruct now that defstruct is less forgiving.
Added EXT:BYTES-CONSED-BETWEEN-GCS, a function that returns (and sets when
used with setf) *BYTES-CONSED-BETWEEN-GCS*. Additionally, it changes
*GC-TRIGGER* immediately to reflect the new values of *bytes-consed...*.
Added GC-INIT to facilitate making sure set-auto-gc-trigger.
Changed ROOM-MINIMAL-INFO to print everything that doesn't use
map-allocated-objects and also to indicate whether or not the garbage
collector is currenty on or off.
Fixed FIND-INTERRUPTED-FRAME to FLUSH-FRAMES-ABOVE before returning the
frame.
Changed PURIFY to bind *INTERNAL-GC* and then invoke the garbage collector
so all the auxiliary stuff (hooks, etc.) gets handled correctly.
Removed the :ENABLE-GC option from SAVE-LISP, as it's no longer needed.
Compiler:
Rewrote the way pseudo-atomic works for the SPARCs. Hence, all sparc fasl
files will have to be recompiled. An error will be signaled if you try to
load an old fasl file. [SPARC only]
Fixed {alloc,dealloc}-number-stack-space to work with large amounts.
Changed CONVERT-AND-MAYBE-COMPILE to temporarily increate *bytes-consed-
between-gcs* by a factor of 4 instead of turning off all garbage
collection.
Rewrote the ub-32 logcount vop. The new version uses an O(log2 32) algo.
resulting in 30 cycles (no branches). The old version used an O(n) algo.
where n was the integer-length of the argument, resulting in somewhere
between 4 and 130 cycles. [MIPS only]
3/7/92 to 3/23/92
Code:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment