Closed
Bug 1134626
Opened 10 years ago
Closed 10 years ago
Clean-up: Share Architecture code of x86 & x64.
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: nbp, Assigned: nbp)
References
Details
Attachments
(2 files)
|
25.19 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
|
37.79 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Bug 1112164 is doing a lot of clean-up on both Architecture-x64 and Architecture-x86. These clean-ups are making both file looking so similar that they should probably be just one file in which we have a few macros to account for the differences.
| Assignee | ||
Comment 1•10 years ago
|
||
I moved all the -x86-shared.{cpp,h} into theit own directory using
"git-mv". and then modified the files such that the include are working
properly.
Attachment #8585552 -
Flags: review?(jdemooij)
Comment 2•10 years ago
|
||
Comment on attachment 8585552 [details] [diff] [review]
part 1 - Move all x86-shared files into their own directory.
Review of attachment 8585552 [details] [diff] [review]:
-----------------------------------------------------------------
Yes this makes sense.
::: js/src/jit/x86-shared/Assembler-x86-shared.h
@@ +5,4 @@
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
>
> #ifndef jit_shared_Assembler_x86_shared_h
> #define jit_shared_Assembler_x86_shared_h
s/jit_shared_/jit_x86_shared_/ for all header files in x86-shared.
Attachment #8585552 -
Flags: review?(jdemooij) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
(part 1) https://hg.mozilla.org/integration/mozilla-inbound/rev/87a4a036587c
leave-open, as we should factor other common parts into this shared directory now.
Keywords: leave-open
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8586749 -
Flags: review?(jdemooij)
Updated•10 years ago
|
Attachment #8586749 -
Flags: review?(jdemooij) → review+
| Assignee | ||
Comment 6•10 years ago
|
||
Keywords: leave-open
Comment 7•10 years ago
|
||
Assignee: nobody → nicolas.b.pierron
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•