Closed
Bug 514625
Opened 16 years ago
Closed 16 years ago
nanojit: kill AR::highwatermark
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | beta1-fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
8.58 KB,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
AR::highwatermark always has the same value as AR::tos. You can see this because they're always assigned the same value at the same time. This patch removes AR::highwatermark.
Attachment #398603 -
Flags: review?(rreitmai)
Updated•16 years ago
|
Attachment #398603 -
Flags: review?(rreitmai) → review+
| Assignee | ||
Comment 1•16 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 2•16 years ago
|
||
We should coordinate on these changes. I will have to back this out since it conflicts with my ESP-relative patch (I need highwatermark) and also conflicts with branch attaching without reloading.
| Assignee | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> We should coordinate on these changes. I will have to back this out since it
> conflicts with my ESP-relative patch (I need highwatermark)
Is that bug 473494? If so, I don't think this patch causes problems -- I got rid of 'highwatermark' not because it wasn't used, but rather because it always had the same value as 'tos'. I don't see anywhere in your patch where the two values would have cause to differ, so I think you can use replace all occurrences of 'highwatermark' with 'tos'. (If you think 'highwatermark' is a better name than 'tos' I can understand that.)
> and also conflicts with branch attaching without reloading.
Which bug is that?
Comment 4•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
status1.9.2:
--- → beta1-fixed
Flags: wanted1.9.2+
You need to log in
before you can comment on or make changes to this bug.
Description
•