-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bool の演算を最適化する #34
Comments
とりあえずは動く状態(最適化なし)にして,テストをいくつか用意(動作確認)した後で取り掛かるのがよさそうです. |
課題ArrayRef/CRef を使っているため,開始位置が 64-bit 境界に揃っているという保証は必ずしもありません. テストに際しては, 64-bit 境界に揃っているのときと,そうではないときを試す必要があります. |
N/A の導入についてBool の取る値が TRUE, FALSE, N/A になると,最適化における N/A の扱いが重要になります. |
Bool に byte を割り当てることになるので,新しいチケットを用意します. |
#84 に移行します. |
閉じるのを忘れていました. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要
せっかくブロック単位で処理するので, Bool 同士の演算は可能な限り 64 bits ずつおこなうようにします.
The text was updated successfully, but these errors were encountered: