665 Commits (7d1de129cda96085da53181d0530ffcc610fc271)
 

Author SHA1 Message Date
Joshua Haberman 6955dfb302 Calculate and print string sizes in test messages. 14 years ago
Joshua Haberman 4d209efd23 Merge branch 'master' of git@github.com:haberman/upb 14 years ago
Joshua Haberman 6b16e74cdc Fix GDB JIT registration on Linux. 14 years ago
Joshua Haberman c110061a73 Small change to make Lua extension compile again. 14 years ago
Joshua Haberman 813bc74be6 JIT now works on OS X! 14 years ago
Josh Haberman 91a7da602d Disable GDB JIT interface on OS X. 14 years ago
Joshua Haberman d0dee34a7f Update README and fix small decoder issue. 14 years ago
Joshua Haberman 066d1e024c Speed up parsetostruct by using type-specialized callbacks. 14 years ago
Joshua Haberman d6cebc329b JIT passes all tests! 14 years ago
Joshua Haberman 36d8969431 Whoops, add src/jit_debug_elf_file.s 14 years ago
Joshua Haberman 9eb4d695c4 First rough version of the JIT. 14 years ago
Joshua Haberman 19517cc6f3 Switch to non-branching varint decoder. 14 years ago
Josh Haberman 2c86e7eddb Small semantics changes in the decoder. 14 years ago
Joshua Haberman 484809c272 Key dispatch table by (num x type), for modest perf improvement. 14 years ago
Josh Haberman b796c1b317 Update copyright to be Google Inc. 14 years ago
Josh Haberman 8ef6873e0e upb_stream: all callbacks registered ahead-of-time. 14 years ago
Joshua Haberman 37e1c3102b Use FDO for benchmarks, which gives a 10-15% improvement. 14 years ago
Joshua Haberman 20b2a6bd0d Default to -O3 if user doesn't specify opt. 14 years ago
Joshua Haberman 6942911f03 Fix bug in perf-tests.sh (some shells didn't care?) 14 years ago
Joshua Haberman 26264c25a5 Don't require NASM to build unless using the x64 decoder. 14 years ago
Joshua Haberman 6f6a2937bf Make proto2 benchmarks use ParsePartial, to make results vs upb more comparable. 14 years ago
Joshua Haberman 65b57a2813 Added escaping for text output. 14 years ago
Joshua Haberman a75a305c77 Implemented upb_stringsink, upb_msgtotext, and exposed the latter to Lua. 14 years ago
Joshua Haberman abfc897b50 Pass the upb_fielddef* to the endmsg callback. 14 years ago
Joshua Haberman 4d65852909 Rearrange structs to put arrays at the end, for smaller offsets. 14 years ago
Joshua Haberman 3a758132b4 Added proper support for enum default values. 14 years ago
Joshua Haberman 6b574175dd Prevent the default message from getting mutated. 14 years ago
Joshua Haberman fd184f0df2 Major work on Lua extension and default values. 14 years ago
Joshua Haberman 0c6786c6fa Split varint decoders into separate .h file. 14 years ago
Joshua Haberman da95bf34ae Fix building of Lua extension on OS X. 14 years ago
Joshua Haberman 1e972d40f1 Bring lua extension up to date with new symtab APIs. 14 years ago
Joshua Haberman 61e5d367ff Change the API for getting the bootstrapped defs. 14 years ago
Joshua Haberman ff23340fe2 Fix efficiency bug for major (50% performance improvement! 14 years ago
Joshua Haberman e75cff570c Return updated buf as second return value, to free up a reg. 14 years ago
Joshua Haberman d8b2154862 First version of an assembly language decoder. 14 years ago
Joshua Haberman f1e1cc4695 Split inttable into a hash part and an array part. 14 years ago
Joshua Haberman f9a6f67e27 Track buffer end instead of buffer length, for a small perf improvement. 14 years ago
Joshua Haberman 5edfe9a4c9 Remove upb_dstate and specialize upb_decode_fixed for perf improvement. 14 years ago
Joshua Haberman 70cfa9ede9 Fix small problem in Makefile. 14 years ago
Joshua Haberman 27d61037f7 Whoops, fix small bug in Makefile. 14 years ago
Joshua Haberman 731282a8cc Make -DUPB_THREAD_UNSAFE the default for now. 14 years ago
Joshua Haberman ec454c1189 Support "make Q=" to view full commands. 14 years ago
Joshua Haberman 3cfe887c40 Fixes for building Lua extension. 14 years ago
Joshua Haberman 7af638ff2d Revive Lua extension. 14 years ago
Joshua Haberman bdb28b5a45 Make "byval" benchmarks actually byval. 14 years ago
Joshua Haberman a80bcc5085 Recover bad performance of 0-keyed tables. 14 years ago
Joshua Haberman 5137ac8d61 Update to latest descriptor.proto. 14 years ago
Joshua Haberman 4f9aeee6c7 More completely fixed the 0-key thing. 14 years ago
Joshua Haberman 6117730c85 Remove the restriction that 0 cannot be a table key. 14 years ago
Joshua Haberman b2d66287d9 Add warning about upcoming delegation changes. 14 years ago