Closed Bug 1092110 Opened 10 years ago Closed 10 years ago

Fix a few build warnings on debug x86 build and opt builds

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla36

People

(Reporter: bbouvier, Assigned: bbouvier)

References

(Blocks 1 open bug)

Details

Attachments

(3 files)

      No description provided.
Apparently |end - curEntry| is considered as signed, so let's just make it
explicitly an unsigned pointer value (end is guaranteed to be > than curEntry
in ExpectedRunLength).

And a drive by trailing whitespace cleaning as well.
Attachment #8514956 - Flags: review?(kvijayan)
Fallout of bug 1066659, which removed all uses but not the field itself.
Attachment #8514957 - Flags: review?(bhackett1024)
This moves a few functions / variables into #ifdef DEBUG blocks, moves some variables into their MOZ_ASSERT only-uses, makes some variables DebugOnly. This reduces a lot the number of warnings in all builds (gcc x64 opt & debug, gcc x32 opt & debug, and sames for clang).

Jason, asking review to you as it touches a lot of parts of the JS engine, feel free to bounce to anybody else.
Attachment #8514958 - Flags: review?(jorendorff)
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=c6873b761b99 (shared x86 codegen patch has been folded into the last patch in the meanwhile)
Attachment #8514957 - Flags: review?(bhackett1024) → review+
Comment on attachment 8514958 [details] [diff] [review]
Make a few functions / variables debugonly

Review of attachment 8514958 [details] [diff] [review]:
-----------------------------------------------------------------

> Bug 1092110: Make a few functions and members debug only;
> * * *
> Bug 1092110: Move some debug only declarations into assertions; r=sunfish

Don't forget to fix the commit message
Comment on attachment 8514958 [details] [diff] [review]
Make a few functions / variables debugonly

Review of attachment 8514958 [details] [diff] [review]:
-----------------------------------------------------------------

If it builds it seems ok.
Attachment #8514958 - Flags: review?(jorendorff) → review+
Comment on attachment 8514956 [details] [diff] [review]
Fix a signed/unsigned comparison in JitcodeMap

Review of attachment 8514956 [details] [diff] [review]:
-----------------------------------------------------------------

Looks functionally correct.
Attachment #8514956 - Flags: review?(kvijayan) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: