NEW 116763
It should be possible to record and replay heap operations (both FastMalloc and JSC GC)
https://bugs.webkit.org/show_bug.cgi?id=116763
Summary It should be possible to record and replay heap operations (both FastMalloc a...
Filip Pizlo
Reported 2013-05-25 11:32:40 PDT
The point here is that if we do GC tests in jsc command-line, we're missing out on the base heap size that is experienced when you run in-browser. One way to get correct measurements is to just run in browser or in DRT/WTR. But another way would be to record the mallocs, frees, GC allocations, and GC marks that happened when running in browser (or in DRT or whatever) and then optionally replay them in jsc.
Attachments
work in progress (54.48 KB, patch)
2013-05-25 11:33 PDT, Filip Pizlo
no flags
Filip Pizlo
Comment 1 2013-05-25 11:33:14 PDT
Created attachment 202890 [details] work in progress This patch does the recording. But I still need to write the replaying.
Note You need to log in before you can comment on or make changes to this bug.