Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: b42c8ee0af1615dc270aad736a011937a65e4c64
      
https://github.com/mailru/tarantool/commit/b42c8ee0af1615dc270aad736a011937a65e4c64
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    M src/CMakeLists.txt
    M src/box/CMakeLists.txt
    M src/box/box.cc
    M src/box/box_lua.cc
    M src/box/port.cc
    M src/box/port.h
    M src/box/tuple.h
    A src/box/tuple_convert.cc
    M src/iproto.cc
    A src/iproto_port.cc
    A src/iproto_port.h
    M src/memcached.cc

  Log Message:
  -----------
  Refactoring: prepare for addition of tuple formats.

Extract the remaining places which access tuple->data
directly into tuple_to_port.cc file, which will have full
access to all tuple formats and all destinations to which
a tuple may need to be converted.

In this file it'll be possible to perform a conversion
efficiently, at the same time, it will be the only place
of cross-dependency between all tuple formats and all
conversion destinations.



_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to