Open
Bug 1728547
Opened 3 years ago
Updated 3 years ago
[exploration] Bisection of tiering
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
ASSIGNED
People
(Reporter: lth, Assigned: yury)
Details
Attachments
(1 file)
For a recent ion-only crasher we came up with a method for bisecting the compiled code without perturbing anything: use baseline to generate tier-2 code as well, simply by omitting the indirect jump through the tiering table in the function prologue.
We should at least discuss whether this is code we want to keep around, or if we want to keep parts of it around.
Reporter | ||
Comment 1•3 years ago
|
||
Reporter | ||
Updated•3 years ago
|
Type: enhancement → task
Summary: Bisection of tiering → [exploration] Bisection of tiering
Reporter | ||
Updated•3 years ago
|
Assignee: lhansen → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Assignee: nobody → ydelendik
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•