summaryrefslogtreecommitdiff
path: root/src/upb_decoder_x64.asm
AgeCommit message (Collapse)Author
2011-02-22Major work on Lua extension and default values.Joshua Haberman
Default values are now supported, and the Lua extension can now create and modify individual protobuf objects.
2011-02-17Return updated buf as second return value, to free up a reg.Joshua Haberman
2011-02-17First version of an assembly language decoder.Joshua Haberman
It is slower than the C decoder for now because it falls off the fast path too often. But it can successfully decode varints, fixed32 and fixed64.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback