Closed Bug 514625 Opened 16 years ago Closed 16 years ago

nanojit: kill AR::highwatermark

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
normal

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)

Attached patch patchSplinter 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)
Attachment #398603 - Flags: review?(rreitmai) → review+
Whiteboard: fixed-in-tracemonkey
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.
(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?
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: