Skip to content
Snippets Groups Projects
  1. May 17, 2012
  2. May 16, 2012
    • Konstantin Osipov's avatar
      Refactoring: remove the hack with storing txn in fiber. · d8025e53
      Konstantin Osipov authored
      Continue cherry-picking refactoring ideas from txn-refine
      tree.
      We only needed to store txn in fiber because in port_lua
      implementation we needed to access lua_State.
      Instead of keeping this indirect dependency, pass around ports
      explicitly.
      On the same token, make ports Objective C classes:
      this is necessary to make them stateful.
      In port_lua state keep a pointer to lua thread, and allocate
      a new port_lua instance on each lbox_process call.
      The port is currently allocated on fiber->gc_pool
      and never destroyed.
      d8025e53
    • Yuriy Nevinitsin's avatar
  3. May 15, 2012
  4. May 14, 2012
  5. May 13, 2012
  6. May 12, 2012
  7. May 11, 2012
  8. May 10, 2012
  9. May 09, 2012
  10. May 08, 2012
  11. May 06, 2012
Loading