Bug 151560

Summary: Need non costly way to know whether a given pointer is cell and live
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2015-11-23 02:47:39 PST
In GeneratorFrame save operation, we need to emit a write barrier to live cells. But C stack may contain any invalid values.
Attachments
Yusuke Suzuki
Comment 1 2015-12-17 03:16:28 PST
It's not necessary for ES6 generator anymore.
Note You need to log in before you can comment on or make changes to this bug.