Closed Bug 1505784 Opened 6 years ago Closed 6 years ago

Clean up script flags handling in XDRScript/CopyScript

Categories

(Core :: JavaScript Engine, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla65
Tracking Status
firefox65 --- fixed

People

(Reporter: jandem, Assigned: jandem)

References

(Depends on 1 open bug)

Details

Attachments

(5 files, 1 obsolete file)

Now that we use flag words for this, we no longer have to copy each flag explicitly in CopyScript and XDRScript.
Note: the old code didn't copy the HasNoScriptRval and SelfHosted flags, because
they are set to the correct values in CreateEmptyScriptForClone. That means it's
fine to copy them as part of the flags word.

The only change in behavior is that we now copy the IsLikelyConstructorWrapper
flag as well.
Attachment #9023635 - Attachment is obsolete: true
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e84c675467af
part 1 - Copy immutableFlags_ word in CopyScript instead of copying each flag separately. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/e82a6edf415c
part 2 - Move HideScriptFromDebugger from ImmutableFlags to MutableFlags. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/648aae354898
part 3 - Copy immutableFlags_ word in XDRScript instead of copying each flag separately. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/1f940df360da
part 4 - Remove some now-redundant initialization code in JSScript::initFromModuleContext. r=tcampbell
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/75880e75e5da
part 5 - Assert the HideScriptFromDebugger flag is not set in CopyScript. r=tcampbell
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: