| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Maybe a stupid question but, is there any way to do this just for Turbolev, or the frontend information is completely lost on Turboshaft?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Maybe a stupid question but, is there any way to do this just for Turbolev, or the frontend information is completely lost on Turboshaft?
Why would you want to do just for TLV? We will delete Turbofan in the next months...
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Victor GomesMaybe a stupid question but, is there any way to do this just for Turbolev, or the frontend information is completely lost on Turboshaft?
Why would you want to do just for TLV? We will delete Turbofan in the next months...
I'm scared about compilation time for something that might not be needed on turbofan... If you are ok with it / think it is not a problem, lgtm 😊
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Victor GomesMaybe a stupid question but, is there any way to do this just for Turbolev, or the frontend information is completely lost on Turboshaft?
Marco VitaleWhy would you want to do just for TLV? We will delete Turbofan in the next months...
I'm scared about compilation time for something that might not be needed on turbofan... If you are ok with it / think it is not a problem, lgtm 😊
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[turboshaft] Raise the JS partial-unrolling loop size limit to 64
Turbolev-built graphs reach LoopUnrolling before any DCE and carry a few
dead ops per loop (unused tagged phi chains and their retagging inputs),
so hot loops land just above the 50-op limit that the same loop built by
the TurboFan frontend stays under. Also trace op_count and has_any_call
in the unrolling analyzer.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |