Bug 124674
| Summary: | FTLJITFinalizer shouldn't keep Labels to the contained generated code | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | fpizlo, ggaren, webkit-bug-importer |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Michael Saboff
The finalizer shouldn't keep labels to contained generated code, instead it should keep code pointers to the resolved entry points.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Filip Pizlo
Do you have a plan for making this work?
And why do you want to do this?
It seems very complicated.