RESOLVED FIXED 27537
[V8] Inform V8 of the amount of WebCore string memory it is keeping alive.
https://bugs.webkit.org/show_bug.cgi?id=27537
Summary [V8] Inform V8 of the amount of WebCore string memory it is keeping alive.
Mads Ager
Reported 2009-07-22 03:12:39 PDT
In the V8 bindings, we should inform V8 of the amount of WebCore data we are keeping alive in the form of external strings. This will give V8 a chance to release some of those resources.
Attachments
Inform V8 of the amount of external memory kept alive by external strings. (1.60 KB, patch)
2009-07-22 03:25 PDT, Mads Ager
levin: review+
Mads Ager
Comment 1 2009-07-22 03:25:30 PDT
Created attachment 33251 [details] Inform V8 of the amount of external memory kept alive by external strings.
David Levin
Comment 2 2009-07-22 09:16:46 PDT
Of course, this is only an approximation and if the same String gets added to v8 more than once, then the external memory will be artificially high.
David Levin
Comment 3 2009-07-22 14:22:39 PDT
Assign to levin for landing.
David Levin
Comment 4 2009-07-22 15:11:34 PDT
Note You need to log in before you can comment on or make changes to this bug.