Allow resizing scratch region

オープン
#1,767 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
活発
技術スタック
rust

調査の方向性

この issue にはファイル、テスト、エントリポイントが記載されていません。まず Rust コード内で snapshot の作成と scratch-region のサイズ決定箇所を探し、次にサイズ変更に関する API とライフサイクルの制約を明らかにしてください。完了の条件は、snapshot を再作成せずにその scratch-region のサイズを変更できる、サポートされた方法があり、説明されている初期化フェーズとランタイムフェーズでの動作が検証されていることです。

索引モデルが issue の本文から書いたものです。

説明

lifecycle/confirmed

Currently, the size of the scratch region is set when a snapshot is first created from a binary, and it can never be changed. This is unfortunate, because many workloads use a lot of memory during an early initialisation phase, and then very little memory in repeated runtime phases that occur after another snapshot. It would be nice to offer some API that changed the size of the scratch region on a snapshot so that we could avoid this situation, since the size of the scratch region is directly linked to performance, especially on certain kernel/hypervisor combinations.

主要言語
Rust
スター
4.7k
フォーク
210
平均マージ
1日 12時間
マージ済み PR(30日)
43

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

hyperlight-dev/hyperlight のほかの issue

hyperlight-dev/hyperlight の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。