|
Implement unaligned allocate and allocate heap numbers in runtime double unaligned.
In follow-up CLs the scavenger and the MC collector should also respect the unalignment of heap numbers.
BUG=
Committed: https://crrev.com/7fcbeb289d4333facaa01b9786cec7eee9b07044
Cr-Commit-Position: refs/heads/master@{#28360}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+104 lines, -50 lines) |
Patch |
|
M |
src/globals.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/heap/heap.h
|
View
|
1
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/heap/heap.cc
|
View
|
1
2
3
4
|
5 chunks |
+27 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/heap/heap-inl.h
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/heap/mark-compact.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/heap/spaces.h
|
View
|
1
|
4 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/heap/spaces.cc
|
View
|
1
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/heap/spaces-inl.h
|
View
|
1
2
3
4
|
7 chunks |
+29 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
3
4
|
1 chunk |
+11 lines, -2 lines |
0 comments
|
Download
|
Total messages: 11 (5 generated)
|