next.js
47c35078 - [turbopack] mark persistent_task_type as inline (#89185)

Commit
2 days ago
[turbopack] mark persistent_task_type as inline (#89185) Nearly all tasks are 'persistent' and we need to set this field as part of task execution (and read it as part of task invalidation) By keeping it `inline` we can avoid an entry in the lazy vec which should accelerate other accesses and save memory (it would be 56 bytes in the vec, but it is 8 bytes when stored inline) Saves quite a bit of memory ![image.png](https://app.graphite.com/user-attachments/assets/cce81efe-e36f-4fab-9227-019617724acd.png)
Author
Parents
Loading