Open Bug 1061639 Opened 10 years ago Updated 2 years ago

BarrieredCell::readBarrier is slower on windows

Categories

(Core :: JavaScript: GC, defect)

x86
Windows 7
defect

Tracking

()

People

(Reporter: h4writer, Unassigned)

References

(Blocks 1 open bug)

Details

When comparing octane-regexp on linux/windows it is visible that readBarrier is taking more time on windows. It takes 54ms of the time, while on linux only 18ms. I'm esp. talking about: js::InternalGCMethods<class js::SavedFrame *>::readBarrier (which in linux has js::InternalGCMethods<class js::JSObject *>::readBarrier as signature) I'm still not entirely sure what the difference exactly is though. But on both platforms shadowZone->needsIncrementalBarrier() JS::GCThingIsMarkedGray(thing) is false. So we this is actually a nop.
Blocks: 1028242
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.