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
78adda28d3be9feee17b59407376aa699c794da4
Select Git revision
Branches
20
master
default
protected
issue-195b-relocatable-stacks-by-default
issue-195-relocatable-stacks-by-default
branch-21e
issue-143-ansi-compliance-failure-listen-extra-argument
issue-156-take-2-nan-comparison
issue-193-nil-unspecific-equivalent
issue-192-disassemble-prints-radix-marker
issue-185-x86-shorter-insts
issue-131-move-unix-uname
issue-189-move-get-system-info
issue-180-get-page-size-in-c
rtoy-master-patch-80206
issue-120-software-type-in-c
issue-187-imul-disassembly
issue-96-x86-disassem
issue-179-get-system-info-in-c
issue-158-darwin-pathnames-utf8
issue-171-readable-unspecific-pathnames
issue-120-move-misc-first
Tags
20
21e
snapshot-2023-04
snapshot-2021-07
snapshot-2021-01
snapshot-2020-04
snapshot-2019-06
21d
snapshot-2018-10
snapshot-2018-03
snapshot-2018-02
snapshot-2018-01
21c
snapshot-2017-10
snapshot-2017-04
snapshot-2017-03
sparc64-dev-checkpoint-6
sparc64-dev-checkpoint-5
snapshot-2017-01
sparc64-dev-checkpoint-4
sparc64-dev-checkpoint-3
40 results
cmucl
lisp
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
May 18, 2004
This file was based on x86-assem.S with many modifications.
· 78adda28
cwang
authored
20 years ago
78adda28
This file is quite similar to x86-arch.c
· a1230ec0
cwang
authored
20 years ago
a1230ec0
typo
· 617e53e5
cwang
authored
20 years ago
617e53e5
amd64 config file
· d1387e70
cwang
authored
20 years ago
d1387e70
May 13, 2004
Fix a typo and correct the table of space addresses.
· 8bc08fc7
rtoy
authored
20 years ago
8bc08fc7
May 11, 2004
From Lynn Quam:
· 836299e0
rtoy
authored
20 years ago
836299e0
May 06, 2004
· 0a73e5ab
emarsden
authored
20 years ago
0a73e5ab
May 04, 2004
Check to see if we are getting a segfault from a stack overflow and
· 2bf5d5f4
rtoy
authored
20 years ago
2bf5d5f4
Use an alternate signal stack for delivering signals.
· 52fca1ac
rtoy
authored
20 years ago
52fca1ac
May 03, 2004
Clean up printing of generation info to handle the larger heaps we
· 539c7147
rtoy
authored
20 years ago
539c7147
Apr 28, 2004
· eb8c3b1a
emarsden
authored
21 years ago
eb8c3b1a
Increase static and read-only space to the maximum of 256 MB. (We
· d0f77a5b
rtoy
authored
21 years ago
d0f77a5b
Jan 16, 2004
Update comments on address spaces.
· b02a5726
toy
authored
21 years ago
b02a5726
Use full path for nm, since we don't support GNU nm or another other nm.
· d8042d1c
toy
authored
21 years ago
d8042d1c
Get the starting addresses of spaces from Lisp via internals.h instead of
· 7c0b5c74
toy
authored
21 years ago
7c0b5c74
Jan 10, 2004
valid_addr shouldn't test against DYNAMIC_1_SPACE_START in gencgc builds
· 32786b6c
toy
authored
21 years ago
32786b6c
Make the PAGE_SIZE 32K for sparc since that give performance at least
· f6f9c32b
toy
authored
21 years ago
f6f9c32b
Jan 09, 2004
Remove some unused code that we don't need anymore.
· feaa7104
toy
authored
21 years ago
feaa7104
Add comment from Douglas about what DIRECT_SCAV means.
· 0b4f3884
toy
authored
21 years ago
0b4f3884
Oops. It's i386, not x86.
· 9b81f8e5
toy
authored
21 years ago
9b81f8e5
o Get the space_start values from internals.h
· f7c525cc
toy
authored
21 years ago
f7c525cc
Update to sparc gencgc so that alloc-tn holds the
· 723055bb
toy
authored
21 years ago
723055bb
Don't try to protect the hold for the dynamic_1 space when GENCGC is enabled,
· a4484236
toy
authored
21 years ago
a4484236
Define globals to hold the sizes of the read-only space, the binding stack,
· 34d0aace
toy
authored
21 years ago
34d0aace
Nov 01, 2003
Fix typo.
· 5294e316
toy
authored
21 years ago
5294e316
Oct 24, 2003
Add support for x86 heap-overflow checking.
· 10d10ac0
toy
authored
21 years ago
10d10ac0
Add support for catching heap overflows, similar to the control stack
· 3e309c44
toy
authored
21 years ago
3e309c44
Oct 16, 2003
The pseudo-atomic flag was set/reset using add/sub. Replace this with
· f37f03a6
toy
authored
21 years ago
f37f03a6
Need to disable interrupts when doing an allocation trap. The
· 55c3e8e3
toy
authored
21 years ago
55c3e8e3
Zap out any bits for pseudo-atomic stuff when getting the
· 12e350c5
toy
authored
21 years ago
12e350c5
Oct 14, 2003
Fix a few more compiler warnings about mixing pointers and integers.
· 153dbd47
toy
authored
21 years ago
153dbd47
Oct 13, 2003
It's lowtag_Mask, not lowtagMask.
· 7b27e9d3
toy
authored
21 years ago
7b27e9d3
#ifdef out lowtag_Bits, type_Bits, and friends. They should be
· 5d4ecf3b
toy
authored
21 years ago
5d4ecf3b
Convert a few more void* to char*. Add a few casts as needed to get
· 0e43f9b6
toy
authored
21 years ago
0e43f9b6
Changes so this will compile under Sun C:
· ae169a66
toy
authored
21 years ago
ae169a66
Convert some void* objects to char* objects so we don't try to do
· 2311aaae
toy
authored
21 years ago
2311aaae
o Sun C doesn't like "const char const* argv0arg". Make is just const
· b2675183
toy
authored
21 years ago
b2675183
Replace the __FUNCTION__ gccism with the actual function name. Sun C
· d85c9330
toy
authored
21 years ago
d85c9330
Sun C needs to include alloca.h.
· e9afda73
toy
authored
21 years ago
e9afda73
Update to support linkage-table and gencgc changes, like
· 867130be
toy
authored
21 years ago
867130be
Loading