Open
Bug 1471258
Opened 8 years ago
Updated 3 years ago
JITed functions don't have a signature; and thus can't be checked by cfi-icall
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
NEW
People
(Reporter: tjr, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
59 bytes,
text/x-review-board-request
|
Details |
When we JIT out a function and call it there is no signature during compilation for CFI's icall check to do anything intelligent. So we need to disable icall at that callsite.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
Tom, did you meant to ask someone for a review, or is the patch not yet ready for review?
Flags: needinfo?(tom)
Priority: -- → P3
| Reporter | ||
Comment 4•8 years ago
|
||
(In reply to Nicolas B. Pierron [:nbp] {backlog: 39} from comment #3)
> Tom, did you meant to ask someone for a review, or is the patch not yet
> ready for review?
It could be reviewed for sanity certainly; but I haven't asked anyone for review yet because I don't intend to land it until I have a lot of other pieces in place.
Flags: needinfo?(tom)
| Comment hidden (mozreview-request) |
| Reporter | ||
Updated•6 years ago
|
Assignee: tom → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•