Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Gesh
GHC
Commits
fdd67633
Commit
fdd67633
authored
25 years ago
by
Julian Seward
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2000-01-25 16:59:30 by sewardj]
wibble
parent
730380b2
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/compiler/nativeGen/NOTES
+4
-10
4 additions, 10 deletions
ghc/compiler/nativeGen/NOTES
with
4 additions
and
10 deletions
ghc/compiler/nativeGen/NOTES
+
4
−
10
View file @
fdd67633
...
...
@@ -4,16 +4,10 @@ Known bugs in nativeGen, 000124 (JRS)
All these bugs are for x86; I don't know about sparc/alpha.
-- argument marshalling for ccall is fundamentally flawed, since
it moves the C stack pointer %esp as it pushes each argument.
Alas, the register allocator spills relative to %esp and
assumes that it doesn't move. Result: if the marshalling code
for a ccall involves any spills, the resulting code will
probably be wrong.
The Right Way to fix this is to copy stuff onto the stack
without moving %esp, then adjust it immediately prior to the
-- absC -> stix translation for GET_TAG and in fact anything
to do with the packed-halfword layout info itbl field is
pretty dubious. I think I have it fixed for big and little
endian 32-bit, but it won't work at all on a 64 bit platform.
-- nofib/spectral/cvh_unboxing exposes some kind of spilling bug
(I think), since there are many references to registers %M229
...
...
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