-
Notifications
You must be signed in to change notification settings - Fork 72
5.1 The stack and the heap #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.1 The stack and the heap #102
Conversation
遅くなりましたが、翻訳を完了しました。 |
These two terms are about memory management. The stack and the heap are | ||
abstractions that help you determine when to allocate and deallocate memory. | ||
--> | ||
これら2つの用語はメモリ管理についてのものです。スタックとヒープは、いつメモリがアロケート・デアロケートするのかを決定するのを助ける抽象化です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nits]
「いつメモリがアロケート・デアロケートするのか」
↓
「いつメモリをアロケート・デアロケートするのか」
@mandel59 レビュー終わりました。いくつかコメントしましたので、確認(+必要なら修正)をお願いします。 [nits] と書かれたコメントは、些細なことなので、無視していただいても結構です。 |
原文の内容に誤りがある場合、修正してコメントを付記するか、訳注で説明するか、どちらがよいのでしょうか。 |
特に基準を設けてないので、個人的な意見となりますが、
とするのがいいかと思います。 今回の2点(moving の説明と、 i に束縛したポインタでなくて、box の内容が heap に置かれる)については、 原文の間違いといえそうです。いまの @mandel59 さんのやりかた(前者)に賛成です。 事例
|
レビュー OK ですので、マージします。(脚注や HTML コメントなどで数箇所、レンダリングがうまく行ってないところがあるのですが、修正・試行を何度かしないとダメそうなので、マージ後に私の方で修正します) おつかれさまでした! |
No description provided.