Closed
Bug 834882
Opened 12 years ago
Closed 12 years ago
Make InParallelSection() a function rather than a static method of ForkJoinSlice
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: nmatsakis, Unassigned)
References
Details
Attachments
(1 file)
Just because it will read better. This came up in bug 825714 but I decided to just make a separate bug for the patch rather than tacking it on there.
| Reporter | ||
Comment 1•12 years ago
|
||
I opted to leave Initialize() as a member of ForkJoinSlice since it, well, initialized the ForkJoinSlice class. It also accesses private fields (the TLS data). But I renamed it to make it clearer.
Attachment #706688 -
Flags: review?(wmccloskey)
Comment on attachment 706688 [details] [diff] [review]
Move InParallelContext() out of ForkJoinSlice and rename Initialize() to InitializeTLS()
Review of attachment 706688 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks.
Attachment #706688 -
Flags: review?(wmccloskey) → review+
| Reporter | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•