Bug 159644

Summary: Convert the various heap walking functors to lambdas
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: pmatos, xan.lopez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 159643    
Bug Blocks:    

Filip Pizlo
Reported 2016-07-11 13:39:45 PDT
This will make the code cleaner and it will make it easier to reason about the constness of the functor.
Attachments
Paulo Matos
Comment 1 2019-09-18 01:08:50 PDT
I was wondering if I can help with this. I have been looking at Heap/GC code for a couple of weeks and some if I can help with some refactoring, it would have give me the opportunity to possibly understand the code in-depth. Is there any other place where we are using C++ lambdas instead of Functors - so I can ge the feeling on how to style the code?
Note You need to log in before you can comment on or make changes to this bug.