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
Container 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
Tarn Burton
cmucl
Commits
f364ebbe
Commit
f364ebbe
authored
13 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Fix #51 by removing the unused alloc_8/16_foo routines.
parent
83969ea4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lisp/x86-assem.S
+0
-154
0 additions, 154 deletions
src/lisp/x86-assem.S
with
0 additions
and
154 deletions
src/lisp/x86-assem.S
+
0
−
154
View file @
f364ebbe
...
...
@@ -480,28 +480,6 @@ FUNCDEF(alloc_to_eax)
ret
ENDFUNC
(
alloc_to_eax
)
FUNCDEF
(
alloc_8_to_eax
)
pushl
%
ecx
#
Save
ecx
and
edx
as
C
could
destroy
them
.
pushl
%
edx
pushl
$
8
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
popl
%
edx
#
Restore
ecx
and
edx
.
popl
%
ecx
ret
ENDFUNC
(
alloc_8_to_eax
)
FUNCDEF
(
alloc_16_to_eax
)
pushl
%
ecx
#
Save
ecx
and
edx
as
C
could
destroy
them
.
pushl
%
edx
pushl
$
16
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
popl
%
edx
#
Restore
ecx
and
edx
.
popl
%
ecx
ret
ENDFUNC
(
alloc_16_to_eax
)
FUNCDEF
(
alloc_to_ecx
)
STACK_PROLOGUE
(12)
movl
%
eax
,
8
(%
esp
)
#
Save
eax
and
edx
as
C
could
destroy
them
.
...
...
@@ -515,30 +493,6 @@ FUNCDEF(alloc_to_ecx)
ret
ENDFUNC
(
alloc_to_ecx
)
FUNCDEF
(
alloc_8_to_ecx
)
pushl
%
eax
#
Save
eax
and
edx
as
C
could
destroy
them
.
pushl
%
edx
pushl
$
8
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
ecx
#
setup
the
destination
.
popl
%
edx
#
Restore
eax
and
edx
.
popl
%
eax
ret
ENDFUNC
(
alloc_8_to_ecx
)
FUNCDEF
(
alloc_16_to_ecx
)
pushl
%
eax
#
Save
eax
and
edx
as
C
could
destroy
them
.
pushl
%
edx
pushl
$
16
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
ecx
#
setup
the
destination
.
popl
%
edx
#
Restore
eax
and
edx
.
popl
%
eax
ret
ENDFUNC
(
alloc_16_to_ecx
)
FUNCDEF
(
alloc_to_edx
)
STACK_PROLOGUE
(12)
movl
%
eax
,
8
(%
esp
)
#
Save
eax
and
ecx
as
C
could
destroy
them
.
...
...
@@ -552,30 +506,6 @@ FUNCDEF(alloc_to_edx)
ret
ENDFUNC
(
alloc_to_edx
)
FUNCDEF
(
alloc_8_to_edx
)
pushl
%
eax
#
Save
eax
and
ecx
as
C
could
destroy
them
.
pushl
%
ecx
pushl
$
8
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
edx
#
setup
the
destination
.
popl
%
ecx
#
Restore
eax
and
ecx
.
popl
%
eax
ret
ENDFUNC
(
alloc_8_to_edx
)
FUNCDEF
(
alloc_16_to_edx
)
pushl
%
eax
#
Save
eax
and
ecx
as
C
could
destroy
them
.
pushl
%
ecx
pushl
$
16
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
edx
#
setup
the
destination
.
popl
%
ecx
#
Restore
eax
and
ecx
.
popl
%
eax
ret
ENDFUNC
(
alloc_16_to_edx
)
FUNCDEF
(
alloc_to_ebx
)
STACK_PROLOGUE
(16)
movl
%
eax
,
12
(%
esp
)
#
Save
eax
,
ecx
,
and
edx
as
C
could
destroy
them
.
...
...
@@ -591,34 +521,6 @@ FUNCDEF(alloc_to_ebx)
ret
ENDFUNC
(
alloc_to_ebx
)
FUNCDEF
(
alloc_8_to_ebx
)
pushl
%
eax
#
Save
eax
,
ecx
,
and
edx
as
C
could
destroy
them
.
pushl
%
ecx
pushl
%
edx
pushl
$
8
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
ebx
#
setup
the
destination
.
popl
%
edx
#
Restore
eax
,
ecx
and
edx
.
popl
%
ecx
popl
%
eax
ret
ENDFUNC
(
alloc_8_to_ebx
)
FUNCDEF
(
alloc_16_to_ebx
)
pushl
%
eax
#
Save
eax
,
ecx
,
and
edx
as
C
could
destroy
them
.
pushl
%
ecx
pushl
%
edx
pushl
$
16
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
ebx
#
setup
the
destination
.
popl
%
edx
#
Restore
eax
,
ecx
and
edx
.
popl
%
ecx
popl
%
eax
ret
ENDFUNC
(
alloc_16_to_ebx
)
FUNCDEF
(
alloc_to_esi
)
STACK_PROLOGUE
(16)
movl
%
eax
,
12
(%
esp
)
#
Save
eax
,
ecx
,
and
edx
as
C
could
destroy
them
.
...
...
@@ -634,34 +536,6 @@ FUNCDEF(alloc_to_esi)
ret
ENDFUNC
(
alloc_to_esi
)
FUNCDEF
(
alloc_8_to_esi
)
pushl
%
eax
#
Save
eax
,
ecx
,
and
edx
as
C
could
destroy
them
.
pushl
%
ecx
pushl
%
edx
pushl
$
8
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
esi
#
setup
the
destination
.
popl
%
edx
#
Restore
eax
,
ecx
and
edx
.
popl
%
ecx
popl
%
eax
ret
ENDFUNC
(
alloc_8_to_esi
)
FUNCDEF
(
alloc_16_to_esi
)
pushl
%
eax
#
Save
eax
,
ecx
,
and
edx
as
C
could
destroy
them
.
pushl
%
ecx
pushl
%
edx
pushl
$
16
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
esi
#
setup
the
destination
.
popl
%
edx
#
Restore
eax
,
ecx
and
edx
.
popl
%
ecx
popl
%
eax
ret
ENDFUNC
(
alloc_16_to_esi
)
FUNCDEF
(
alloc_to_edi
)
STACK_PROLOGUE
(16)
movl
%
eax
,
12
(%
esp
)
#
Save
eax
,
ecx
,
and
edx
as
C
could
destroy
them
.
...
...
@@ -677,34 +551,6 @@ FUNCDEF(alloc_to_edi)
ret
ENDFUNC
(
alloc_to_edi
)
FUNCDEF
(
alloc_8_to_edi
)
pushl
%
eax
#
Save
eax
,
ecx
,
and
edx
as
C
could
destroy
them
.
pushl
%
ecx
pushl
%
edx
pushl
$
8
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
edi
#
setup
the
destination
.
popl
%
edx
#
Restore
eax
,
ecx
and
edx
.
popl
%
ecx
popl
%
eax
ret
ENDFUNC
(
alloc_8_to_edi
)
FUNCDEF
(
alloc_16_to_edi
)
pushl
%
eax
#
Save
eax
,
ecx
,
and
edx
as
C
could
destroy
them
.
pushl
%
ecx
pushl
%
edx
pushl
$
16
#
Push
the
size
call
GNAME
(
alloc
)
addl
$
4
,%
esp
#
pop
the
size
arg
.
movl
%
eax
,%
edi
#
setup
the
destination
.
popl
%
edx
#
Restore
eax
,
ecx
and
edx
.
popl
%
ecx
popl
%
eax
ret
ENDFUNC
(
alloc_16_to_edi
)
#ifdef GENCGC
/*
Called
from
lisp
when
an
inline
allocation
overflows
.
...
...
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