RESOLVED FIXED 133905
operationCreateArguments could cause a GC during OSR exit
https://bugs.webkit.org/show_bug.cgi?id=133905
Summary operationCreateArguments could cause a GC during OSR exit
Michael Saboff
Reported 2014-06-14 10:23:49 PDT
We should delay GC during createArguments when called from OSR exit stub.
Attachments
Patch (5.94 KB, patch)
2014-06-14 10:32 PDT, Michael Saboff
fpizlo: review+
Michael Saboff
Comment 1 2014-06-14 10:32:30 PDT
Michael Saboff
Comment 2 2014-06-14 10:44:41 PDT
Geoffrey Garen
Comment 3 2014-06-16 11:38:24 PDT
Comment on attachment 233110 [details] Patch Why did you choose to special-case arguments recovery, rather than deferring GC throughout the OSR exit process?
Michael Saboff
Comment 4 2014-06-16 12:47:28 PDT
(In reply to comment #3) > (From update of attachment 233110 [details]) > Why did you choose to special-case arguments recovery, rather than deferring GC throughout the OSR exit process? This was the only place that Mark H and I found where we callout and allocate an object. Also, it seemed more error prone to create a JIT equivalent of DeferGCForAWhile to wrap an OSR exit stub.
Note You need to log in before you can comment on or make changes to this bug.