RESOLVED FIXED Bug 128832
Baseline JIT should have a fast path to bypass the write barrier on op_enter
https://bugs.webkit.org/show_bug.cgi?id=128832
Summary Baseline JIT should have a fast path to bypass the write barrier on op_enter
Mark Hahnenberg
Reported 2014-02-14 11:46:07 PST
Attachments
Patch (4.68 KB, patch)
2014-02-14 12:06 PST, Mark Hahnenberg
fpizlo: review+
Mark Hahnenberg
Comment 1 2014-02-14 12:06:25 PST
Mark Hahnenberg
Comment 2 2014-02-14 13:12:49 PST
Geoffrey Garen
Comment 3 2014-02-14 13:14:50 PST
Comment on attachment 224241 [details] Patch Shouldn't we check the remembered set bit instead? Many functions will be old, and checking the mark bit won't save anything for old objects.
Mark Hahnenberg
Comment 4 2014-02-14 13:25:22 PST
(In reply to comment #3) > (From update of attachment 224241 [details]) > Shouldn't we check the remembered set bit instead? > > Many functions will be old, and checking the mark bit won't save anything for old objects. The thinking was that if you're in the baseline JIT you might still be young, but I think checking the remembered set bit as well is an improvement.
Note You need to log in before you can comment on or make changes to this bug.