Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • Introspection of runtime structures:
    • Pythons sys._getframe()
    • Rubys ObjectSpace
    • Asking Java packages for classes is difficult due to classloading + namespace merging
  • Class and object modification - "monkey patching"
    • Call site volatility

...