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
4abdd20e
Commit
4abdd20e
authored
32 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
7/24/92 to 7/31/92
parent
32f0cbbc
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
+39
-0
39 additions, 0 deletions
general-info/alpha-notes-thru-92.txt
with
39 additions
and
0 deletions
general-info/alpha-notes-thru-92.txt
+
39
−
0
View file @
4abdd20e
7/24/92 to 7/31/92
[SunOS SPARC only]
Code:
Fixed OUTPUT-SYMBOL to no longer call CHECK-FOR-CIRCULARITY now that
OUTPUT-OBJECT does it for us. This was causing gensyms to print as #1=#1#
when *PRINT-CIRCLE* was T.
In FORCE-PRETTY-OUTPUT, EXPAND-TABS before outputing the output buffer.
Fixed RUN-PROGRAM to know that UNIX-FORK returns NIL, not -1, when it
fails.
Hacked over unix-select to actually work with nfds>32 and to be more
effecient in that case.
Fixed UNIX-FORK to actually return the error code when it fails.
Compiler:
Flushed old assembler.
Changed NATIVE-COMPILE-COMPONENT to output the disassembly to the trace
file, and added DISASSEM:DISASSEMBLE-BLOCKS, which actually does it.
Moved the (compiler-mumble "~&") from native-compile-component to compile-
component, so it happens when byte compiling also.
Added stream argument to two write-char's in DISASSEM's
PRINT-CURRENT-ADDRESS where it was left out.
Several changes to the new assembler in preperation to running the
instruction scheduler and supporting the disassembler.
7/7/92 to 7/24/92
[SunOS SPARC only.]
...
...
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