Bug 159644
| Summary: | Convert the various heap walking functors to lambdas | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
| Component: | JavaScriptCore | Assignee: | 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
This will make the code cleaner and it will make it easier to reason about the constness of the functor.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Paulo Matos
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?