Skip to content

Use '객체 형상' instead of 'Object shape' (ko) #3064

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

Merged
merged 1 commit into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ko/news/_posts/2022-12-06-ruby-3-2-0-rc1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ sum = ary[0] + ary[1]
`freed_code_size`를 반환합니다.
* `RubyVM::YJIT.runtime_stats`가 제공하는 통계 정보가 이번 릴리스부터 이용 가능합니다.
* 통계 정보를 계산하고 얻기 위해서는 Ruby를 `--yjit-stats`와 함께 실행하세요(약간의 실행시간 오버헤드가 발생합니다).
* YJIT은 Object shape를 이용해 최적화합니다. [[Feature #18776]]
* YJIT은 객체 형상을 이용해 최적화합니다. [[Feature #18776]]
* 상수를 무효화하는 단위를 작게 하여 새 상수를 정의할 때 더 적은 코드를 무효화합니다. [[Feature #18589]]

### MJIT
Expand Down
2 changes: 1 addition & 1 deletion ko/news/_posts/2022-12-25-ruby-3-2-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Ruby의 웹어셈블리/WASI 지원은 이러한 프로젝트들을 활용하기
`freed_code_size`를 반환합니다.
* `RubyVM::YJIT.runtime_stats`가 제공하는 통계 정보가 이번 릴리스부터 이용 가능합니다.
* 통계 정보를 계산하고 얻기 위해서는 Ruby를 `--yjit-stats`와 함께 실행하세요(약간의 실행시간 오버헤드가 발생합니다).
* YJIT은 Object shape를 이용해 최적화합니다. [[Feature #18776]]
* YJIT은 객체 형상을 이용해 최적화합니다. [[Feature #18776]]
* 상수를 무효화하는 단위를 작게 하여 새 상수를 정의할 때 더 적은 코드를 무효화합니다. [[Feature #18589]]
* `--yjit-exec-mem-size`의 기본값이 64(MiB)로 변경됩니다.
* `--yjit-call-threshold`의 기본값이 30으로 변경됩니다.
Expand Down