Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
run-time-system
Commits
e3976fc6
Commit
e3976fc6
authored
May 04, 2021
by
John van Groningen
Browse files
fix bug in arm64 marking garbage collector, fix marking of strings in mark using pointer reversal
parent
7170a374
Changes
1
Hide whitespace changes
Inline
Side-by-side
arm64mark.s
View file @
e3976fc6
...
...
@@ -2047,7 +2047,7 @@ __mark__strict__bool__array:
__mark_string_
:
ldr
x4
,[
x8
,#
8
]
add
x4
,
x4
,#
8
+
3
add
x4
,
x4
,#
16
+
3
lsr
x4
,
x4
,#
3
__mark_basic_array
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment