Closed
Bug 1188650
Opened 9 years ago
Closed 9 years ago
Rename LIR-Common.h to shared/LIR-shared.h
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: sstangl, Assigned: sstangl)
References
Details
Attachments
(1 file, 1 obsolete file)
341.39 KB,
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
This change fits the naming convention followed by the other files.
Attachment #8640188 -
Flags: review?(nicolas.b.pierron)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → sstangl
Assignee | ||
Comment 1•9 years ago
|
||
Oops, clicked wrong patch.
Attachment #8640188 -
Attachment is obsolete: true
Attachment #8640188 -
Flags: review?(nicolas.b.pierron)
Attachment #8640192 -
Flags: review?(nicolas.b.pierron)
Assignee | ||
Comment 2•9 years ago
|
||
Probably this should also move LOpcodes.h to shared/LOpcodes-shared.h. Does that sound OK to you?
Comment 3•9 years ago
|
||
Comment on attachment 8640192 [details] [diff] [review]
0001-Rename-LIR-Common.h-to-shared-LIR-shared.h.patch
Review of attachment 8640192 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks :)
Attachment #8640192 -
Flags: review?(nicolas.b.pierron) → review+
Comment 4•9 years ago
|
||
(In reply to Sean Stangl [:sstangl] from comment #2)
> Probably this should also move LOpcodes.h to shared/LOpcodes-shared.h. Does
> that sound OK to you?
I will just notice that we usually have a jit/*.h file which dispatch the include based on the CodeGen, and then each architecture file includes the shared file. So, if we were to do it properly, I feel that we would have to split the file in 2, one LOpcodes.h, which includes all, and one LOpcode-shared.h, which defines the shared list of LIR opcodes.
I do not have a strong opinion, so feel free to do it if you think this is the right approach.
Comment 6•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ada67c4f187d
https://hg.mozilla.org/mozilla-central/rev/7b2a1ef36fcb
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•