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

A few changes #2

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

A few changes #2

wants to merge 4 commits into from

Commits on Feb 8, 2013

  1. Ignore two warnings.

    Tim Mensch committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    4c7d40c View commit details
    Browse the repository at this point in the history
  2. Add __len method to Java arrays.

    Tim Mensch committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    b2c5d3f View commit details
    Browse the repository at this point in the history
  3. Defer finalization of Lua objects until someone in the Lua thread is …

    …creating a new object.
    
    This way a long-running Lua thread won't cause the garbage collector to time out blocking on synchronized(L).
    Tim Mensch committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    a364aee View commit details
    Browse the repository at this point in the history
  4. Clean up and simplify implemenation of delete cache.

    Tim Mensch committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    5fa65cf View commit details
    Browse the repository at this point in the history