Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
91830e68
Commit
91830e68
authored
Jun 14, 2017
by
Isaac Oscar Gariano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gave up inlining get thread local
parent
f9dcc877
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
src/compiler/backend/arch/aarch64/inst_sel.rs
src/compiler/backend/arch/aarch64/inst_sel.rs
+0
-14
No files found.
src/compiler/backend/arch/aarch64/inst_sel.rs
View file @
91830e68
...
@@ -2468,20 +2468,6 @@ impl <'a> InstructionSelection {
...
@@ -2468,20 +2468,6 @@ impl <'a> InstructionSelection {
{
{
let
mut
rets
=
self
.emit_runtime_entry
(
&
entrypoints
::
GET_THREAD_LOCAL
,
vec!
[],
None
,
None
,
f_context
,
vm
);
let
mut
rets
=
self
.emit_runtime_entry
(
&
entrypoints
::
GET_THREAD_LOCAL
,
vec!
[],
None
,
None
,
f_context
,
vm
);
rets
.pop
()
.unwrap
()
rets
.pop
()
.unwrap
()
/* TODO: Fix this
let tmp = make_temporary(f_context, ADDRESS_TYPE.clone(), vm);
// Read the start address of thread local storage
self.backend.emit_mrs(&tmp, "TPIDR_EL0");
// Add the offset of mu_tls
self.backend.emit_add_str(&tmp, &tmp, ":tprel_hi12:mu_tls, LSL #12");
self.backend.emit_add_str(&tmp, &tmp, ":tprel_lo12_nc:mu_tls");
// Load tmp with the value of mu_tls
emit_load(self.backend.as_mut(), &tmp, &tmp, f_context, vm);
tmp*/
}
}
// ret: Option<Vec<P<Value>>
// ret: Option<Vec<P<Value>>
...
...
Write
Preview
Markdown
is supported
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