Closed Bug 902908 Opened 11 years ago Closed 11 years ago

Rename js/src/ion to js/src/jit

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla26
Tracking Status
firefox24 --- fixed
firefox25 --- fixed
firefox26 --- fixed

People

(Reporter: jandem, Assigned: jandem)

Details

(Whiteboard: [qa-])

Attachments

(3 files)

Attached patch PatchSplinter Review
As discussed on the mailing list last week, this patch renames js/src/ion to js/src/jit.

It also renames the ifdefs in the header files, for instance ion_TypePolicy_h -> jit_TypePolicy_h

What may be a problem for some people is that the "jit-test" directory and the "jit" directory both start with "jit", so the shell does not complete "jit<tab>" to "jit/" If anybody thinks that's a problem please speak up..

I can build a shell with this patch, but still need to send this to Try.
Attachment #787502 - Flags: review?(luke)
Comment on attachment 787502 [details] [diff] [review]
Patch

Great!  As for 'jit-test', hopefully, in the long term, we'll roll that into src/tests so that *gasp* we only have a single shell testing harness.
Attachment #787502 - Flags: review?(luke) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/fe7a314efca0

Sorry for breaking everybody's patches.. Though "hg rebase" should take care of that just fine. If you don't use hg rebase, replacing ion/ with jit/ in the patch file should work..
https://hg.mozilla.org/mozilla-central/rev/fe7a314efca0
https://hg.mozilla.org/mozilla-central/rev/105f90f2e28b
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Any plans to rename the |ion| namespace?
(In reply to Nicholas Nethercote [:njn] from comment #5)
> Any plans to rename the |ion| namespace?

Yup, that's next. I also want to rename

IonRuntime -> JitRuntime
IonCompartment -> JitCompartment
IonCode -> JitCode
IonFrames -> JitFrames

(These are used by both JITs.)
While you are busy, what about renaming "jit-tests.py --ion" to "jit-tests.py --jit". IIRC --ion also tests --eager-baseline.
(In reply to Jan de Mooij [:jandem] from comment #6)
> Yup, that's next. I also want to rename
> 
> IonFrames -> JitFrames

Do you mind if I do the renaming of the last one?  As I currently have a *Huge* pile of patches waiting for review on these files. (Bug 878503)

Otherwise, somebody can just review these patches (22+ … and more coming) such as I land them before you do the modifications, but I guess this will require that nobody enforce that these patches should not be reviewed.
Attached patch Patch for auroraSplinter Review
Renaming js/src/ion to js/src/jit makes backporting JIT patches to aurora, beta and ESR24 a lot more annoying. As suggested in bug 909499 comment 2, we'd like to backport these changes to aurora and beta (including ESR24). To quote Waldo:

> Failing that, I think we should seriously consider redoing this rename for
> esr24 as well.  As long as we're careful about it just being renaming, I
> think it'd be worth it to avoid ten months of backport conflict-fixing.  To
> be honest, that scares me more than the possibility of screwing something up
> in a single, concerted renaming backport-session.
Attachment #796606 - Flags: review?(luke)
Attachment #796606 - Flags: approval-mozilla-aurora?
Attached patch Patch for betaSplinter Review
See comment 9.
Attachment #796611 - Flags: review?(luke)
Attachment #796611 - Flags: approval-mozilla-beta?
Comment on attachment 796606 [details] [diff] [review]
Patch for aurora

Thanks for doing this Jan.
Attachment #796606 - Flags: review?(luke) → review+
Attachment #796611 - Flags: review?(luke) → review+
Try pushes are green.
Flags: needinfo?(bbajaj)
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #13)
> Try pushes are green.

That was quick :), Looks good to land , approving !
Flags: needinfo?(bbajaj)
Attachment #796606 - Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Attachment #796611 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
Assuming no QA needed here. Please remove [qa-] from the whiteboard and add the verifyme keyword if this needs QA.
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.