Skip to content
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

Nakoワーカーを名前空間と文字列定数プールへの対応。 #1628

Merged
merged 1 commit into from
Mar 4, 2024

Commits on Mar 3, 2024

  1. Nakoワーカーを名前空間と文字列定数プールへの対応。

    Nakoワーカーを名前空間に対応。
    Nakoワーカーを文字列定数プールに暫定対応。
    
    文字列定数プールはmainのものをそのまま転送しているので
    ワーカー側でユーザ関数を定義すると関係性がずれてしまう
    制約がある。
    完全対応にするには以下のいずれか
    ・配列内容と添字を転送時に再採番する。
    ・転送時に文字列定数プールを展開して埋め込みなおす。
    weyk committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a57ddba View commit details
    Browse the repository at this point in the history