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
f6553c9d
Commit
f6553c9d
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
2/18/92 to 2/23/92
parent
e9ef6a85
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
+40
-0
40 additions, 0 deletions
general-info/alpha-notes-thru-92.txt
with
40 additions
and
0 deletions
general-info/alpha-notes-thru-92.txt
+
40
−
0
View file @
f6553c9d
2/18/92 to 2/23/92
Code:
Several bug fixes to the new alien stuff.
All SAP-REF-mumble functions now uniformly take the offset argument in
bytes.
Changed *LOAD-VERBOSE* initial value to T.
Added *GC-RUN-TIME* accounting. Added some declarations, primarily for the
benefit of GET-BYTES-CONSED.
Changed TIME to use *GC-RUN-TIME* to print the amount of time spent in GC.
Allow search-lists to expand into relative pathnames by quietly merging
them with ``default:''.
Compiler:
Added a new DEFTRANSFORM keyword, :IMPORTANT, which means an failed
transform efficiency note should be generated when brevity<=speed, not just
brevity<speed.
Added an assertion that we don't join components with random kinds.
Bind *PRINT-LINES* around compiler error output to *ERROR-PRINT-LINES*.
Make DELETE-COMPONENT set COMPONENT-KIND to :DELETED so that we can detect
inconsistencies more easily.
When checking if the call we are about to convert is going to be deleted, look
at the block holding the combination, not the ref, since the combination may be
deleted when the ref isn't.
2/12/92 to 2/18/92
2/12/92 to 2/18/92
Aliens and the foreign function call interface have been totally
Aliens and the foreign function call interface have been totally
...
...
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