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

More FFI #29

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

More FFI #29

wants to merge 5 commits into from

Commits on Jan 29, 2020

  1. Typos

    polazarus committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    8e39c75 View commit details
    Browse the repository at this point in the history
  2. Add rule FFI-MEM-NOSTACKPTR

    polazarus committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    68b2408 View commit details
    Browse the repository at this point in the history
  3. Improve and fix FFI callback example

    make it thread-safe and also resistant to compiler optimization
    (setting the tag to invalid may be optimized away)
    polazarus committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    f2d220c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Revert "Add rule FFI-MEM-NOSTACKPTR"

    This reverts commit 68b2408.
    polazarus committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    55912ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728a875 View commit details
    Browse the repository at this point in the history